This is a discussion on Re: JSP - Weblogic ; yatin wrote: >i have an ear which contains a war and jar files. i am using weblogic >7. once i deploy the ear i cant run the jsp file. i cant understand >where exactly it is deployed ie the path ...
yatinwrote:
>i have an ear which contains a war and jar files. i am using weblogic
>7. once i deploy the ear i cant run the jsp file. i cant understand
>where exactly it is deployed ie the path to call it
Hi Yatin,
Check whether your application.xml contains the following for the web module
sample.war
/myweb
Give the url as http://hostort/myweb/myjsp.jsp.
myweb is the context name used to access the sample.war web appl.
Hope that helps,
Regards,
Radha.