Hi all, 
I am deploying a Restlet Application inside Jetty using the following
web.xml description:
    
        ServerServlet
        org.restlet.ext.servlet.ServerServlet
        1
    

    
        org.restlet.application
        com.quantel.search.rest.SearchWebService
    

Even though my servlet is marked as load on startup, the instance of my
Application (SearchWebService) only gets instantiated (more precisely, the
createInboundRoot method of my application) when I invoke the URL it is
mapped to.

Is this the correct behaviour?

Is it possible to have a Restlet Application being deployed when the servlet
container starts?

For information, I am using Restlet version 2.0.5 with Jetty version 7. 

Many thanks in advance.

Guillaume Belrose.


--
View this message in context: 
http://restlet-discuss.1400322.n2.nabble.com/Initialization-of-Restlet-Application-when-deployed-inside-a-Servlet-container-tp6204145p6204145.html
Sent from the Restlet Discuss mailing list archive at Nabble.com.

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

Reply via email to