There are two jsp files in a WAR file (home.jsp and navigator.jsp) . After deployed to Weblogic server, I can invoke them individually.
I then adjust the home.jsp by adding
<jsp:include page="navigator.jsp" flush="true" />
After redeploy the application, when I invoke home.jsp, I got an error from weblogic server says
"java.io.FileNotFOundException: no resource '/test/site1/navigator.jsp' in servlet context root 'C:\weblogic\myserver\test.war' "
I checked the war file and find the navigator.jsp under site1 directory.
I deployed the war under tomcat3.1 without any problem, it seems to be unique to weblogic.
Anyone could help me with this problem?
Thanks
I then adjust the home.jsp by adding
<jsp:include page="navigator.jsp" flush="true" />
After redeploy the application, when I invoke home.jsp, I got an error from weblogic server says
"java.io.FileNotFOundException: no resource '/test/site1/navigator.jsp' in servlet context root 'C:\weblogic\myserver\test.war' "
I checked the war file and find the navigator.jsp under site1 directory.
I deployed the war under tomcat3.1 without any problem, it seems to be unique to weblogic.
Anyone could help me with this problem?
Thanks