Howdy, Tomcat isn't going to start or restart your webapp randomly ;) What's in your logs? Could it be someone is using the manager webapp to administer your server without you knowing? Or that someone is simply restarting your tomcat instance? Or that you have two tomcat instances?
Yoav Shapira Millennium ChemInformatics >-----Original Message----- >From: Doron Perelstein [mailto:[EMAIL PROTECTED] >Sent: Thursday, January 08, 2004 1:23 PM >To: [EMAIL PROTECTED] >Subject: -- Help needed: 2 webapps while only 1 is defined > > >Hi All ! > >I'm using Tomcat 4.1.29 only 1 host tag is defined in my server.xml file. >In this host I have only 1 context tag that defines my application. >(in addition to the /admin and /manager contexts). > >My problem is that occasionally, tomcat seems to start a 2nd instance >of my web application, so both co-exist. >As an outcome, static variables are being initilized again for the 2nd >instance of >the web application (like 2 instances of JVMs are in use). > >Is it possible that tomcat starts 2 webapp while only 1 is defined ? > >Thanks in advance for the help (I really need it!), >Doron > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
