Skip to Content
0
Former Member
Aug 30, 2007 at 08:00 AM

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

23 Views

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-e7eb8903501d

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

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