Thanks Martin, I am aware of the effect that you are describing.
That's not the case I am describing. One really gets multiple jsvc instances. THe proof is that for each additional invocation of the script, another instance is created. In the meantime bugs were created for this: [daemon] runs as multiple instances, does not use PID file logic http://issues.apache.org/bugzilla/show_bug.cgi?id=33580 [daemon] Making jsvc multiple instances enabled http://issues.apache.org/bugzilla/show_bug.cgi?id=33581 Regards, Bernard On Fri, 18 Feb 2005 12:36:02 +0100, you wrote: > > >Bernard wrote: >> Hi all, >> >> Summary: Using jsvc may result in multiple running instances of the >> Tomcat servlet engine on the same machine with the same pid file. Is >> this an intended behavior? > >Don't know much atbout jsvc, but based on what you write above I suspect >that ps is showing up lots of tomcat threads (which is normal, at least >under linux), which of course run under the same pid... >If you actually have more different pids tomcat could be started twice, >but normally would fail because the port is in use... > >Hope this helps :) > >Mvgr, >Martin > > >--------------------------------------------------------------------- >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]
