On Tue, Jul 06, 2004 at 02:41:49PM -0400, Jim Cox wrote: : While using Tomcat 5.0.19 on Solaris 8 I occasionally see more than one : Tomcat process running (as reported by ps -aef). In each case the "extra" : process is a child of the original Tomcat process, exists for no more than a : few seconds, seems to cause no trouble, and (troublingly?) leaves no trace : in the log files.
Since you've ruled out JSP compilation issues, it's time for some detective work: are you able to trace the extra PID? In other words, does the process completley disappear, or does it exec() and thus become some other command? -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
