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!

include file from different war archive

Status
Not open for further replies.

Blaxo

Programmer
Sep 3, 2002
49
NL
Hello,

I have a WAR archive with a JSP page which has to include a file from another WAR archive. Does anyone know the right way to do this?

So it's like this:
Code:
- webapp.war
  |- page.jsp
- common.war
  |- include.jsp

and page.jsp should have something like
Code:
<jsp:include page=&quot;/common/include.jsp&quot; flush=&quot;true&quot;/>
but that doesn't work...

anyone any ideas? regards,
Blaxo
 
Well it seems that only jsp pages inside the same WAR file can include each other... :-(

regards,
Blaxo
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top