If you want a particular URL pattern to pass through to JBoss you have to include it in
uriworkermap.properties:
| # Simple worker configuration file
|
| # Mount the jmx-console, web-console and Counter servlet contexts to the ajp13 worker
| /jmx-console=loadbalancer
| /jmx-console/*=loadbalancer
| /web-console=loadbalancer
| /web-console/*=loadbalancer
| /Counter=loadbalancer
| /Counter/*=loadbalancer
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4139106#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...