cancel
Showing results for 
Search instead for 
Did you mean: 

Deployed J2EE application successfully. But cannot access the application

Former Member
0 Kudos

I installed SAP Netweaver 2004s and tried to create a Web application and an ear file looking at the example given at

http://help.sap.com/saphelp_nw04/helpdata/en/7f/5c93acbd1343d4be7d79dc298faa7b/frameset.htm

I followed all the steps listed there. The deployment from the Developer Studio showed success. When I try to access the application using the url

http://localhost:50000/Calculator/Calculator.jsp I get the following error. I am not sure why it is looking at com.sap.engine.docs.examples for the file.

The requested resource /Calculator/Calculator.jsp is not available

Details: File [Calculator/Calculator.jsp] not found in application root of alias [/] of J2EE application [sap.com/com.sap.engine.docs.examples].

Please let me know what I am possibly doing wrong here. Any help is very much appreciated.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

My problem was I had the solution manager installed and the netweaver installed on the same box and used the port 50000 instead of 50200, as the 50000 was for solution manager

Former Member
0 Kudos

Hi Vijay,

I m also getting the same problem.

I have also deployed the J2EE application sucfcessfully but unable to access the application.

So please can u help me out

i need ur help

former_member185954
Active Contributor
0 Kudos

Hi Viji,

If you are opening the web browser from your desktop , instead of <localhost>, you should use the name of the machine on which your J2EE engine is installed.

Call the calculator application by entering its URL in the Web browser:

http://<host>:50000/<contextRoot>/<Name_of_JSP.jsp>;

Where <host> is where j2ee is installed.

Regards,

Siddhesh