Pieter Laeremans <[EMAIL PROTECTED]> writes:
Ok, my jk2.properties and worker.properties files did get stripped
here is there contents:
jk2.properties
______________
# list of needed handlers.
handler.list=apr,channelSocket,channelUnix,request
# Set the default port for the channelSocket
channelSocket.port=8009
# State where the UNIX domain socket is located
channelUnix.file=/usr/share/tomcat4/work/jk2.socket
# Dynamic library
#serverRoot=/usr/local/apache2
#apr.NativeSo=/usr/local/tomcat/lib/libjkjni.so
/etc/apache2/conf/workers2.properties
_____________________________________
# Shared memory handling. Needs to be set.
[shm]
file=/tmp/shm.file
#size=1048576
size=104
# Example socket channel, explicitly set port and host.
[channel.socket:localhost:8009]
port=8009
host=127.0.0.1
# Example UNIX domain socket
[channel.un:/usr/share/tomcat4/work/jk2.socket]
tomcatId=localhost:8009
debug=0
# define the worker
[ajp13:localhost:8009]
channel=channel.un:/usr/share/tomcat4/work/jk2.socket
# To use the TCP/IP socket instead, just comment out the above
# line, and uncomment the one below
#channel=channel.socket:localhost:8009
# Announce a "status" worker
[status:status]
# Uri mapping
[uri:/examples/*]
#worker=ajp13:localhost:8009
worker=ajp13:/usr/share/tomcat4/work/jk2.socket
[uri:/status/*]
worker=status:status
[uri:/tomcat-docs/*]
#worker=ajp13:localhost:8009
worker=ajp13:/usr/share/tomcat4/work/jk2.socket
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]