Remy, Remy Maucherat wrote: > jsvc and the Daemon code don't use the normal Bootstrap class, but rather > use BootstrapService, which is the one which implements the Service/Daemon > interface. This shouldn't call StandardServer.await, but rather will only > call the start and stop method. > > So doing the setuid change during the daemon init method should work, since > that's where the connectors are initialized. > > Or did I get something wrong ?
await() is invoked in the Catalina.start() method. So, if you start standalone (as Unix /etc/rc.d scripts do), Tomcat will invoke Catalina.start(). Patrick _____________________________________________________________________ Patrick Luby Email: [EMAIL PROTECTED] Sun Microsystems Phone: 408-276-7471 901 San Antonio Road, USCA14-303 Palo Alto, CA 94303-4900 _____________________________________________________________________ -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>