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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to