Configure mod jk » History » Revision 4
Revision 3 (chin-yeh, 08/24/2010 04:34 PM) → Revision 4/5 (chin-yeh, 08/26/2010 12:23 PM)
h1. Configure mod_jk
The installed version is @1.2.28@
h2. Add URL mapping
Those URL mapping which forwards requests to Jboss.
# Edit @/opt/httpd-2.2.26/conf/uriworkermap.properties@
<pre>
vi /opt/httpd-2.2.26/conf/uriworkermap.properties
</pre>
# 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>