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 ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971218#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...