Shuttind down an embedded server does not clean up properly.

2006-04-19 Thread Dawid Weiss
Hi there, Is there any special way to 'clean up' after an Embedded server is started? Because at the moment it simply doesn't work properly -- when shutting down an instance of Embedded (.stop()) and starting a new instance of Embedded (.start()) for a short period of time (one or two second

Re: Shuttind down an embedded server does not clean up properly.

2006-04-20 Thread Dawid Weiss
ode (it is perfectly fine in my application). So: connector.setAttribute("maxKeepAliveRequests", "" + 1); Dawid Dawid Weiss wrote: Hi there, Is there any special way to 'clean up' after an Embedded server is started? Because at the moment it simply doesn't wor