kwilding wrote:

Hi,
   This is a minimalistic workers2.properties. Remember to change #### to
your ip address. It works for me on SuSE.
Kevan

# comment these lines out in production
[logger.apache2]
level=DEBUG


[shm] file=/usr/local/apache2/logs/shm.file size=1048576

Is this neccessary?


# 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 mapping
# Add your ip address instead of ####
[uri:####/*.jsp]
worker=ajp13:localhost:8009


# Define the communication channel [channel.socket:localhost:8009]
info=Ajp13 forwarding over socket
tomcatId=localhost:8009
host=127.0.0.1

Why the double definition of comm socket? Or is it appended together? Anyway, it should be in one section, IMHO.


#This maps to a context test
# in the webapps folder
[uri:/test/*]
worker=ajp13:localhost:8009
info=Map the test system



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



Reply via email to