[jboss-user] [Clustering/JBoss] - StartupServlet and cluster...
SleepyCrom
do-not-reply at jboss.com
Wed Sep 13 05:00:21 EDT 2006
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#3971218
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971218
More information about the jboss-user
mailing list