[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openejb-user
Subject:    Re: Is it possible to load a servlet on the standalone server
From:       Jean-Louis MONTEIRO <jean-louis.monteiro () atosorigin ! com>
Date:       2009-11-11 17:10:25
Message-ID: 26304910.post () talk ! nabble ! com
[Download RAW message or body]


Hi,

not sure it's the better mailing list t talk about Servlet.
Never mind, to specify a load order, you can try something like 
    <servlet>
    	<servlet-name>Servlet name</servlet-name>
    	<display-name>Display name</display-name>
    	<servlet-class>XXXServlet</servlet-class>
    	<load-on-startup>0</load-on-startup>
    </servlet> 

<load-on-startup>0</load-on-startup> indicates that the servlet won't be
started until a request tries to access it.

If load-on-startup is greater than zero then when the container starts it
will start that servlet in ascending order of the load on startup value you
put there (ie 1 then 2 then 5 then 10 and so on).

IMO, it would be better to use a servlet listener and implement the
contextInitialized method.

Hope it helps.
Jean-Louis


brownie wrote:
> 
> I need to write JUnit tests for an existing project. There are some
> servlets that should be loaded to initialize some stuff.
> Is it possible to load a servlet on the standalone server startup, e.g.
> using Jetty?
> 
> Thanks in advance.
> 

-- 
View this message in context: \
http://old.nabble.com/Is-it-possible-to-load-a-servlet-on-the-standalone-server-startup--tp26299042p26304910.html
 Sent from the OpenEJB User mailing list archive at Nabble.com.


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic