The Artima Developer Community
Sponsored Link

Java Answers Forum
Share jsp pages between wars inside an ear

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Ugo Posada

Posts: 37
Nickname: binaryx
Registered: Dec, 2002

Share jsp pages between wars inside an ear Posted: Apr 1, 2003 1:30 PM
Reply to this message Reply
Advertisement
Hello, I?m having a problem here that I expect some of you guys had come across in the past. Its very simple indeed, lets say I have this jsp page (page1.jsp), and I want to include (with the include directive, or using templates, whatever) another page (page2.jsp), while page1.jsp is located on app1.war, page2.jsp is located inside app2.war, however, I have not been able to find a way to locate the file, do you have any idea on how to do that, the file structure would be something like this:

fullApp.ear +
- app1.war +
- page1.jsp
- app1.jar
- app2.war +
- page2.jsp
- app2.jar

Just for the record, what do I have to do to share the session between the two wars?.

Best regards and thanks in advance.

Ugo Posada zabala

Topic: URGENT: Sessions in JSP Previous Topic   Next Topic Topic: JED PLUS - begginers program but wot do i do next??? help

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use