I'm having trouble with a reference from one webapp to another.  Basically,
when I  do

RequestDispatcher rd = context.getRequestDispatcher("/xyz/MyPage.jsp");

while I'm in webapps/abc it looks for the file at webapps/abc/xyz/MyPage.jsp
instead of at webapps/xyz/MyPage.jsp where I want it to go.  The code is
used by various webapps, so I'd like to maintain it in the separate shared
webapp.

What could I be doing wrong?  How do I get things to work from the same
root?

Thanks,

Dan

--
Daniel Kirkdorffer
Redmond Office: 425-376-0505 x241
Sr. Consultant, WebVision
Email: [EMAIL PROTECTED]
Web: http://www.webvision.com/

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to