[jboss-user] [Clustering/JBoss] - Re: Clustering begginner..please HELP

davewebb do-not-reply at jboss.com
Thu Feb 15 10:45:42 EST 2007


You need this in your web.xml. Refer to the DTD for the correct order.

  | <!--  Indicated the app is coded for a clustered environment -->
  | <distributable/>

Your JkMount point shoud match the WAR Module Deployment Descriptor in your EAR's application.xml file.

  <module>
  |     <web>
  |       <web-uri>TestApp.war</web-uri>
  |       <context-root>/TestApp</context-root>
  |     </web>
  |   </module>



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017088#4017088

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4017088



More information about the jboss-user mailing list