Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

weblogic: how to use include action

Status
Not open for further replies.

chunbo

Programmer
Jan 9, 2003
16
US
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=&quot;navigator.jsp&quot; flush=&quot;true&quot; />
After redeploy the application, when I invoke home.jsp, I got an error from weblogic server says
&quot;java.io.FileNotFOundException: no resource '/test/site1/navigator.jsp' in servlet context root 'C:\weblogic\myserver\test.war' &quot;

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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top