HI,
I deployed Enterprise Application (.EAR file) into AS JAVA, How can i get the URL of my Enterprise Application.
Because i want to call (send request to a jsp page/html page) jsp page from the browser.
I tried the following format
http://<Host name>:<port >/<webmoduleName>/<jsp page name/html page name>
But i could not reach, it showing following Message
The requested resource /MyWebModule/Welcome.jsp is not available
But my application contain the Welcome.jsp file, i think i might have given wrong url.
Any Suggestion please
Regards
samba