Leshek wrote: > I know from within I can do getContext().getApplication().stop() > I could to it in response to http request .../STOP, but... I want to keep > control on the server only.
Apart from the Service Wrapper already pointed out, you could always restrict access to such a resource. Either with HTTP Auth or by restricting the client host to localhost or both. Regards, Simon ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=1021804

