Re: ServletContextListener bug #11043

2002-07-29 Thread peter lin
l -- for example, add a new > entry just before the one for "/examples" like this, and see > what happens:: > > > > Craig > > On Mon, 29 Jul 2002, peter lin wrote: > > > Date: Mon, 29 Jul 2002 08:48:38 -0400 > > From: peter lin <[EMAIL P

Re: ServletContextListener bug #11043

2002-07-29 Thread Craig R. McClanahan
red in server.xml -- for example, add a new entry just before the one for "/examples" like this, and see what happens:: Craig On Mon, 29 Jul 2002, peter lin wrote: > Date: Mon, 29 Jul 2002 08:48:38 -0400 > From: peter lin <[EMAIL PROTECTED]> > Reply-To: Tomcat

Re: ServletContextListener bug #11043

2002-07-29 Thread peter lin
Simon Oldeboershuis wrote: > > Hi Peter, > > as far as I know, tomcat does the following: > - starting a webapp for each webapp in tomcat/webapps > - starting a webapp for each extra configured webapp from server.xml > > My solution was to map the path > /myApp to the ROOT webapp > an

Re: ServletContextListener bug #11043

2002-07-29 Thread Simon Oldeboershuis
Hi Peter, as far as I know, tomcat does the following: - starting a webapp for each webapp in tomcat/webapps - starting a webapp for each extra configured webapp from server.xml My solution was to map the path /myApp to the ROOT webapp and the Path / to the myApp webapp Theref

ServletContextListener bug #11043

2002-07-29 Thread peter lin
I've posted this question last week and talked to Remmy, but Remmy is busy with moving. I spent some time this weekend trying to track down the bug, but couldn't figure it out. I'm hoping if I describe the bug more clearly, someone can point me in the right direction. The bug is the following: