Re: Trouble with ServerServlet

2010-04-06 Thread Jim Alateras
Thanks Thierry, thought that may be the case. cheers /jima On 06/04/2010, at 8:05 PM, Thierry Boileau wrote: Hello Jim, this is a good question. Actually, we were quite reluctant to update the 1.1 branch, since it can modify the behaviour of existing applications. Thus, the 1.1

RE: Trouble with ServerServlet

2009-10-28 Thread Jerome Louvel
://www.noelios.com -Message d'origine- De : Rickard Öberg [mailto:rickardob...@gmail.com] Envoyé : jeudi 22 octobre 2009 09:36 À : discuss@restlet.tigris.org Objet : Re: Trouble with ServerServlet On 2009-10-22 15.32, Rémi Dewitte wrote: Rickard, I have the feeling that overriding

Re: Trouble with ServerServlet

2009-10-22 Thread Rickard Öberg
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()

Re: Trouble with ServerServlet

2009-10-22 Thread Rémi Dewitte
Rickard, I have the feeling that overriding ServerServlet is not the way to go. AFAIR you should be able to use it out ofthebox configuring the application in web.xml. I don't know if stop() is called either but I think so. Rémi On Thu, Oct 22, 2009 at 08:56, Rickard Öberg

Re: Trouble with ServerServlet

2009-10-22 Thread Rickard Öberg
On 2009-10-22 15.32, Rémi Dewitte wrote: Rickard, I have the feeling that overriding ServerServlet is not the way to go. AFAIR you should be able to use it out ofthebox configuring the application in web.xml. I don't know if stop() is called either but I think so. Overriding