Marcel Ruff <[EMAIL PROTECTED]> writes: > Daniel Rall wrote: > > >Daniel Rall <[EMAIL PROTECTED]> writes: > > > > > >>Yesterday I checked in a fix which marks WebServer's main thread as a > >>daemon thread. Let me know if this helps. > >> > > > >Jim pointed out that this was not a good change (since the WebServer > >can be run from the command line), so I'm rolling it back. > > > Please leave it as a configurable parameter, i need it as a deamon in > our app,
Marcel, I also wanted it as a daemon. However, is there some reason that the WebServer's shutdown() is not sufficient? I'm currently wrestling with trying to get the server to shut down properly (we've got a thread waiting on an object monitor, keeping the JVM from dying), but have several layers of goo wrapped around it (Tomcat, Turbine, Fulcrum), and haven't yet identified my shutdown issue. -- Daniel Rall <[EMAIL PROTECTED]>