cancel
Showing results for 
Search instead for 
Did you mean: 

How to access JSP page I've deployed to WebAS java?

Former Member
0 Kudos

Hi all,

I'm actually trying to create java proxy scenarios according to the documents I've found here in SDN.

For a client proxy scenario (Java Proxy --> XI --> JDBC) I've created a JSP page to trigger the scenario according to the following documents:

https://sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f272165e-0401-0010-b4a1-e7eb890...

http://sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a068cf2f-0401-0010-2aa9-f5ae4b20...

I was able to deploy the EAR project including the JSP page to the WebAS. The question now is: how can I access the JSP page on the WebAS to trigger the scenario? I can see the file on the WebAS, it's located here:

[...]j2eeclusterserver0appssap.comProxySenderEARservlet_jspProxySenderWeb

I've tried lots of different URLs http://<Server>:<port>/<path>/InvokeProxy.jsp, but I didn't find the correct spelling. I always get an error message like that:

The requested resource /Invoke/InvokeProxy.jsp is not available

As far as I can remember I can define the URL by modifying the web.xml Servlet Mapping. Any hints how to do that?

BR

Dennis

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Enter url to run servlet/JSP in the Internet Explorer

e.g http://<hostname>:<http port>/<Web modulename>/<servlet url pattern>

-Gouri

Award points if useful

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Gouri,

perfect, that's it. Thanks very much.

Maybe you can also have a look at my questions in the other thread concerning the java proxy coding

BR

Dennis