jQuery in Action, 2nd edition
The moose likes Tomcat and the fly likes Apache log erro! Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "Apache log erro!" Watch "Apache log erro!" New topic
Author

Apache log erro!

Sam Anjos
Greenhorn

Joined: Jun 06, 2003
Posts: 14
When Apache starts with the mod_jk2 installed I get the following error message on my log....
[error] mod_jk child init 1 0
both Apache and Tomcat work fine alone but when the mod is installed Tomcat works funny... this is the 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
# define the worker
[ajp13:localhost:8009]
channel=channel.socket:localhost:8009
# Map the Tomcat examples webapp to the Web server uri space
[uri:/examples/*]
worker=ajp13:localhost:8009
info=Map the whole webapp
If anybody has any ideas or comments they would be greatly appreciated.
Sam
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Apache log erro!
 
Similar Threads
JK2 with IIS5 in WIn2000 sp4 not running
Multi Instance in Tomcat!
The Apache2 service terminated error
Going nuts with Tomcat 4, JK2, and IIS
IIS5/Tomcat 5.5/workers2.properties