Configure mod jk » History » Revision 3
Revision 2 (chin-yeh, 08/24/2010 04:26 PM) → Revision 3/5 (chin-yeh, 08/24/2010 04:34 PM)
h1. Configure mod_jk The installed version is @1.2.28@ h2. Add URL mapping Those URL mapping which forwards requests to Jboss. # Specify context, e.g. @/test-web-app/*@ Example: <pre> # Mount the Servlet context to the ajp13 worker /jmx-console=node1 /jmx-console/*=node1 /web-console=node1 /web-console/*=node1 # monitor-app application /monitor-app/*=node1 </pre> add or edit mount point