Assuming i have this in a file called test.jsp

<jsp:forward page="somepage.jsp" />

Is there an easy way to update the url so that it shows the true location of
the file http://blah.net/somepage.jsp instead of http://blah.net/test.jsp ?

URL rewriting was a possible option but I cant figure out how to make it
work if i want to move to a different directory level.  (ie <jsp:forward
page="/root/somepage.jsp" /> where the current page is located at
/root/somedir/someotherdir/test.jsp)

Help :)

Thanks in advance

Jeff

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to