[jboss-user] [Clustering/JBoss] - Re: Jboss 4.2.1 web session problem

bstansberry@jboss.com do-not-reply at jboss.com
Wed Mar 26 17:37:57 EDT 2008


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#4139106

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



More information about the jboss-user mailing list