aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_jk/files/mod_jk.conf.sample
blob: 2c45d0e17f7a1151b325921c5cf9f51f9ae7b70f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Replace jsp-hostname with the hostname of your JSP server, as
# specified in workers.properties.
#
<IfModule mod_jk.c>
    JkWorkersFile %%APACHE_CONF%%/workers.properties
    JkLogFile  /var/log/jk.log
    JkShmFile  /var/log/jk-runtime-status
    JkLogLevel error

    # Sample JkMounts.  Replace these with the paths you would
    # like to mount from your JSP server.
    JkMount /*.jsp jsp-hostname
    JkMount /servlet/* jsp-hostname
    JkMount /examples/* jsp-hostname
</IfModule>