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