Hehe, thanks for taking it with humour... here is my workers2.properties:

#define the shared memory file
[shm]
file=/tmp/jk2.shm
size=1048576

# Define the communication channels
[channel.socket:localhost:8009]
tomcatId=localhost:8009

[ajp13:localhost:8009]
channel=channel.socket:localhost:8009

#
#       webapps
#

[status:]
info=Status worker, displays runtime information
channel=channel.socket:localhost:8009

[uri:/jkstatus/*]
worker=status:localhost:8009
group=status:

[uri:/manager/*]
worker=ajp13:localhost:8009
info=Map the whole webapp

[uri:/context1/*.jsp]
worker=ajp13:localhost:8009
info=TestApp 1

[uri:/context2/*.jsp]
worker=ajp13:localhost:8009
info=TestApp 2 

[uri:/context3/*.jsp]
worker=ajp13:localhost:8009
info=TestApp 3


Regards,
Patrick

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to