I'm running Apache2, Tomcat4,mod_jk2 on xp. Apache and Tomcat work fine alone, but when mod_jk2 in integrated at the start up of Apache the error log contains the following error,
[error] mod_jk child init 1 0
and if i restart the server an extra error shows up,
[error] mod_jk child workerEnv in error state 1
I have the following code in my workers2.properties file
[shm]
file=c:/Apache/Apache2/logs/shm.file
size=1048576
# Define the communication channel
[channel.socket:localhost:8009]
info=Ajp13 forwarding over socket
#tomcatId=localhost:8009
port=8009
host=127.0.0.1
# define the worker
[ajp13:localhost:8009]
channel=channel.socket:localhost:8009
#announce a status worker
[status:status]
# Map the Tomcat examples webapp to the Web server uri space
[uri:/examples/*]
worker=ajp13:localhost:8009
info=Map the whole webapp
[uri:/status/*]
worker=status:status
the jk2.properties file is all commented out.
Any help would be welcome,
Thank You
Sam
[error] mod_jk child init 1 0
and if i restart the server an extra error shows up,
[error] mod_jk child workerEnv in error state 1
I have the following code in my workers2.properties file
[shm]
file=c:/Apache/Apache2/logs/shm.file
size=1048576
# Define the communication channel
[channel.socket:localhost:8009]
info=Ajp13 forwarding over socket
#tomcatId=localhost:8009
port=8009
host=127.0.0.1
# define the worker
[ajp13:localhost:8009]
channel=channel.socket:localhost:8009
#announce a status worker
[status:status]
# Map the Tomcat examples webapp to the Web server uri space
[uri:/examples/*]
worker=ajp13:localhost:8009
info=Map the whole webapp
[uri:/status/*]
worker=status:status
the jk2.properties file is all commented out.
Any help would be welcome,
Thank You
Sam