Re: Relative URL problem

2003-07-09 Thread Bill Barker
shua > > > > -Original Message- > From: Bill Barker [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 08, 2003 11:48 PM > To: [EMAIL PROTECTED] > Subject: Re: Relative URL problem > > > It would help to know your config. e.g. Both Apache and Tomcat will r

RE: Relative URL problem

2003-07-09 Thread White, Joshua A (HTSC, CASD)
: [EMAIL PROTECTED] Subject: Re: Relative URL problem It would help to know your config. e.g. Both Apache and Tomcat will respond to a request for http://localhost:8080/myapp by sending a redirect to http://localhost:8080/myapp/ . "White, Joshua A (HTSC, CASD)" <[EMAIL PROTECTED]>

Re: Relative URL problem

2003-07-08 Thread Bill Barker
It would help to know your config. e.g. Both Apache and Tomcat will respond to a request for http://localhost:8080/myapp by sending a redirect to http://localhost:8080/myapp/ . "White, Joshua A (HTSC, CASD)" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I currently server my jsp f

Relative URL problem

2003-07-08 Thread White, Joshua A (HTSC, CASD)
I currently server my jsp files from under the web-inf/jsp directory. If I call my application using http://localhost:8080/myapp, my images do not appear at all. If I call my application using http://localhost:8080/myapp/ (note the trailing slash) everything works fine. Subsequent calls to other