Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Apache2 log error!

Status
Not open for further replies.

maluceo

Programmer
Jun 10, 2003
1
CA
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top