RE: offtopic: Path issues

2001-03-16 Thread Manne Fagerlind
I don't see this as a spec bug, I think it's quite deliberate. Sometimes you need to redirect to sth outside the web app. What'd be the point of having sendRedirect() duplicate the functionality of the RequestDispatcher? /Manne NOTE: All JSP commands are relative to the web app root EXCEPT

RE: offtopic: Path issues

2001-03-16 Thread Mike Cannon-Brookes
12:55 AM To: Orion-Interest Subject: RE: offtopic: Path issues I don't see this as a spec bug, I think it's quite deliberate. Sometimes you need to redirect to sth outside the web app. What'd be the point of having sendRedirect() duplicate the functionality of the RequestDispatcher

offtopic: Path issues

2001-03-15 Thread SCOTT FARQUHAR
When I have multiple web applications running on the one server - I'm having problems referencing files in other directories. eg - I can't use "/images/anImage.gif" because that references the document root. I can use "%= request.getContextPath() %/images/anImage.gif" ,but that gets tedious.

RE: offtopic: Path issues

2001-03-15 Thread Mike Cannon-Brookes
is relative to the host (stupid spec bug!) so you need to put an rcp in front of that. -mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of SCOTT FARQUHAR Sent: Friday, March 16, 2001 10:17 AM To: Orion-Interest Subject: offtopic: Path issues When I

RE: offtopic: Path issues

2001-03-15 Thread Matt Krevs
/servlet-name url-pattern/*.js/url-pattern /servlet-mapping -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of SCOTT FARQUHAR Sent: Friday, 16 March 2001 9:17 AM To: Orion-Interest Subject: offtopic: Path issues When I have multiple web