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

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

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 and the

Re: ServletContextListener bug #11043

2002-07-29 Thread Craig R. McClanahan
happens:: Context path=/foo docBase=examples/ 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 Developers List [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Subject: ServletContextListener bug

Re: ServletContextListener bug #11043

2002-07-29 Thread peter lin
-0400 From: peter lin [EMAIL PROTECTED] Reply-To: Tomcat Developers List [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Subject: ServletContextListener bug #11043 I've posted this question last week and talked to Remmy, but Remmy is busy with moving. I spent some