[logger]
level=ERROR

[shm:]
file=${serverRoot}/logs/jk2.shm
size=1000000
debug=0
disabled=0

[status:]
info=Status worker, displays runtime informations

# Example socket channel, override port and host.
[channel.socket:localhost:8009]
port=8009
host=127.0.0.1

# define the worker
[ajp13:localhost:8009]
channel=channel.socket:localhost:8009

[uri:/jkstatus/*]
info=Display status information and checks the config file for changes.
group=status:

# Map the Tomcat examples webapp to the Web server uri space
[uri:/examples/*]
info=Map the whole webapp
