Larry, i am not modifying the Servlets or any of the conf files during the process. i *think* that nothing out of the ordinary is happening when this occurs. the only thing i could think to mention is that i do have quite a bit of stuff in session (session and app scope), and maybe the servlet container is trying to dump off garbage. thanks!
-Jimmy -----Original Message----- From: Larry Isaacs [mailto:[EMAIL PROTECTED]] Sent: Monday, December 03, 2001 3:56 PM To: 'Tomcat Users List' Subject: RE: Tomcat 3.3 dumping context Are there any changes occurring within this web application, such as updates to servlets? The default behavior in Tomcat 3.3 for such changes is to reload the web application. I'm not certain, but I think changes to the web.xml would also trigger a reload. If this is occuring spontaneously, I'll need to dig deeper. Cheers, Larry > -----Original Message----- > From: Sobeck, James (ISS Atlanta) [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 03, 2001 3:38 PM > To: '[EMAIL PROTECTED]' > Subject: Tomcat 3.3 dumping context > > > hello, > > i am running a Tomcat 3.3 on Win2k box, and I am having a > problem where > every once in a while (i can't see a pattern), the context > manager drops and > rebuilds the webapp. Is this something that anyone else has > ever seen? > > here are the lines in my log file > > 2001-12-03 15:07:09 - Ctx(/greenway) : Setting debug to 1 > 2001-12-03 15:07:09 - ContextManager: Removing context > DEFAULT:/greenway > 2001-12-03 15:07:09 - ContextManager: Adding context DEFAULT:/greenway > > Thanks, > > Jimmy Sobeck > Engineer - Tools & Automation > [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > 404.236.3085 > Internet Security Systems > > > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
