RE: Default Servlet prevents loading of static resources.

2001-08-03 Thread Craig R. McClanahan
container). In practice, I've never found a need to replace this myself. Miles Craig -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 01, 2001 7:50 PM To: [EMAIL PROTECTED] Subject: Re: Default Servlet prevents loading of static

Default Servlet prevents loading of static resources.

2001-08-01 Thread Miles Daffin
Hi There TC Peeps, I have added a default servlet to a little test webapp (servlet-mapping//servlet-mapping). After I did this I can no longer access static resources (html, images etc.) in the app. All requests, apart from those to other (mapped) servlets are picked up by the default.

Re: Default Servlet prevents loading of static resources.

2001-08-01 Thread Craig R. McClanahan
On Wed, 1 Aug 2001, Miles Daffin wrote: Hi There TC Peeps, I have added a default servlet to a little test webapp (servlet-mapping//servlet-mapping). After I did this I can no longer access static resources (html, images etc.) in the app. All requests, apart from those to other