[logger.file:0]
level=ERROR
file=${serverRoot}/logs/jk2error.log
# Define the communication channel
[channel.socket:localhost:8009]
info=Ajp13 forwarding over socket
tomcatId=localhost:8009
# mapping
[uri:/app01/*]
info=Map the whole webapp
[ajp13:localhost:8009]
channel=channel.socket:localhost:8009
[shm:]
disabled=1---
|