RE: configuring the default servlet

2006-03-27 Thread Allistair Crossley
I've not really any idea other than to suggest what happens with commenting out the web.xml default in the conf version and having your web app's have their own version (since web apps don't know of each other) -Original Message- From: Rachel McConnell [mailto:[EMAIL PROTECTED] Sent: 25 M

Re: configuring the default servlet

2006-03-25 Thread Bill Barker
"Rachel McConnell" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I'd like to keep it there, as most of the apps use the same configuration > and it's repetetive to have identical configs in most of the webapps. > I'll test that, though; it should at least determine whether the

Re: configuring the default servlet

2006-03-25 Thread Rachel McConnell
I'd like to keep it there, as most of the apps use the same configuration and it's repetetive to have identical configs in most of the webapps. I'll test that, though; it should at least determine whether the DefaultServlet is a singleton or not! Anyone else have information on this? thx, Ra

RE: configuring the default servlet

2006-03-25 Thread Farrow, Marc
The first question I have is do you want/need to keep the default servlet definition in your CATALINA_BASE/conf/web.xml file? If not, then just remove it from there and just push the "default" configuration to every web.xml for each application. If you have a need for the default configuration in