This can happen if you have a separate context path configured for your webapp and its present in your appbase. If thats the case, then Tomcat will try to load the webapp twice, once for the different context path and once for the presence of the war or folder in appbase. This is a known feature(or bug) in Tomcat.
Try keeping your webapp outside of your appbase and re-loading should not happen. -- Vivek. On 3/28/06, Jean-Philippe Boily <[EMAIL PROTECTED]> wrote: > Hi, > What version of Tomcat are you using ? Maybe your war is under your > appbase....if it so, it may starts your context once with the > context.xml file and once with the WAR.... > > > Good luck ! > Jean-Philippe Boily > > On 3/27/06, Dola Woolfe <[EMAIL PROTECTED]> wrote: > > 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] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- I told the doctor I broke my leg in two places. He told me to quit going to those places. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]