On 2009-10-21 18.24, Rickard Öberg wrote:
> I can see that ServerServlet.destroy() *is* called when webapp is
> redeployed, but it doesn't call stop() on my application. When looking
> in the ServerServlet code it's a bit weird, because the init() code
> calls getApplication().start(), but destroy() calls
> getComponent().stop()! I'm guessing my problem is somewhere with that.
> Why aren't these methods starting/stopping the same thing?

I've temporarily "fixed" this by overriding destroy() as well, and do 
application.stop() on my own. This works, but I'd prefer if the base 
ServerServlet does it for me.

/Rickard

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2410088

Reply via email to