Configure mod jk » History » Version 4
chin-yeh, 08/26/2010 12:23 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 | 4 | chin-yeh | # Edit @/opt/httpd-2.2.26/conf/uriworkermap.properties@ |
11 | <pre> |
||
12 | vi /opt/httpd-2.2.26/conf/uriworkermap.properties |
||
13 | </pre> |
||
14 | 3 | chin-yeh | # Specify context, e.g. @/test-web-app/*@ |
15 | Example: |
||
16 | <pre> |
||
17 | # Mount the Servlet context to the ajp13 worker |
||
18 | /jmx-console=node1 |
||
19 | /jmx-console/*=node1 |
||
20 | /web-console=node1 |
||
21 | /web-console/*=node1 |
||
22 | |||
23 | # monitor-app application |
||
24 | /monitor-app/*=node1 |
||
25 | |||
26 | </pre> |