cancel
Showing results for 
Search instead for 
Did you mean: 

New Deployment

Former Member
0 Kudos

Dear all,

I have recently installed the SneakPreview of SAP Netweaver with SAP WAS 6.40.

Succesfully deploy my ear file using DeployTool and start the apps. BUT How do I go to my apps from IE ?? e.g. Context Path = test (test.ear & test.war)

Note : This is a Web Apps only.

Thank you,

Herries E

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I've solved it .. The default port is 50000

Something wrong to my applicatiom.xml the context root = "test.war"

e.g.

http://<%server_name%>:50000/<%context root%>/jsp/login.jsp

Former Member
0 Kudos

Hi Herries,

Nice to hear that you have solved it.

Please close this thread.

Also don't forget to reward points if answer was helpful.

Regards,

Bhavik

Former Member
0 Kudos

Hi Herries,

Welcome to SDN forums.

You can run your application using following path:

http://<server>:<port>/<context root>/<jsp page name>

Here, Context root is the name specified in your EAR project's application.xml file. By default it is your Web module project's name.

Regards,

Bhavik

Former Member
0 Kudos

Hi Bhavik,

Do u know what is the default port ??

I used netstat to check.. there are many port SAP is using.. Pls advise ..

Note : I am very new to SAP.. I'm a Java guys

Thank you,

Herries E

Former Member
0 Kudos

Hi Herries,

Use port 50000.

Regards,

Bhavik