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