Project

General

Profile

Configure mod jk » History » Version 3

chin-yeh, 08/24/2010 04:34 PM

1 2 chin-yeh
h1. Configure mod_jk
2
3 3 chin-yeh
The installed version is @1.2.28@
4
5
6
h2. Add URL mapping
7
8
Those URL mapping which forwards requests to Jboss.
9
10
# Specify context, e.g. @/test-web-app/*@
11
Example:
12
<pre>
13
# Mount the Servlet context to the ajp13 worker
14
/jmx-console=node1
15
/jmx-console/*=node1
16
/web-console=node1
17
/web-console/*=node1
18
19
# monitor-app application
20
/monitor-app/*=node1
21
22
</pre>