Hello!
I'm developing a J2EE application with jsp pages. I created a J2EE web module, added it to an ear project and then deployed the ear to J2EE engine.
How should I access my application and the jsp in it?
I tried http://myserver:50000/Test2/test.jsp but I get this error message:
The requested resource /Test2/test.jsp is not available
Details: File C:\usr\sap\J2E\JC00\j2ee\cluster\server0\apps\sap.com\com.sap.engine.docs.examples\servlet_jsp\_default\root\Test2\test.jsp does not exist.
Is there a specific URL format to use to test my application?
I'm using the Sneak preview with portal I downloaded from the download section.