It's Tomcat 5.5.15 Yes init runs twice.
I deploy in a non-professional way: 1. compile .java with ant, jar my classes and put the jar under WEB-INF/lib, and compile jsp's into WEB-INF/classes/org/... So I don't think I have a .war anywhere. The one change is that I just created a Tomcat Project in Eclipse so maybe eclipse is doing something I don't know about. Thanks! Dola --- "Asensio, Rodrigo" <[EMAIL PROTECTED]> wrote: > Dola, this a production enviroment ? Or a IDE > enviroment ? > Why you said that is running twice ? Its calling > twice to the init ??? > > regards > > -----Original Message----- > From: Dola Woolfe [mailto:[EMAIL PROTECTED] > Sent: Monday, March 27, 2006 3:42 PM > To: Tom Cat > Subject: Context starts twice > > Hi, > > I don't know what I did wrong, but my StartUp > servlet now runs twice in > a row when I start Tomcat. The web.xml entry is > > <servlet-name>StartUp</servlet-name> > <servlet-class>servlets.StartUp</servlet-class> > <load-on-startup>1</load-on-startup> > > I don't even know where to begin looking for the > error. Do you have any > suggestions? > > Many thanks in advance! > > Dola > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam > protection around > http://mail.yahoo.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > > This message (including any attachments) contains > confidential > and/or proprietary information intended only for the > addressee. > Any unauthorized disclosure, copying, distribution > or reliance on > the contents of this information is strictly > prohibited and may > constitute a violation of law. If you are not the > intended > recipient, please notify the sender immediately by > responding to > this e-mail, and delete the message from your > system. If you > have any questions about this e-mail please notify > the sender > immediately. > > Ce message (ainsi que les eventuelles pieces > jointes) est > exclusivement adresse au destinataire et contient > des > informations confidentielles. La copie, la > communication ou la > distribution du contenu de ce message sans l'accord > prealable de > l'expediteur sont strictement interdits et peuvent > constituer un > delit. Si vous n'etes pas destinataire de ce > message, merci de le > detruire et d'avertir l'expediteur. Si vous avez des > questions se > rapportant a ce courrier electronique, merci de bien > vouloir > notifier > l'expediteur immediatement. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
