1 Reply Latest reply on Sep 13, 2006 5:10 AM by sleepycrom

    StartupServlet and cluster...

    sleepycrom

      Im running jboss-4.0.4.GA with EJB3, where webpart is clustered.

      In my web.xml i have this:

       <servlet>
       <servlet-name>StartupServlet</servlet-name>
       <servlet-class>no.tv2.nettavisen.privateeconomicadvice.StartupServlet</servlet-class>
       <load-on-startup>1</load-on-startup>
       </servlet>


      What happend is the only one Servlet is started in the cluster, how can I force it to start one for each server ?