I have gotten mod_jk working connecting apache and tomcat, but the log has this
error:

[Mon May 29 11:27:16 2006] [5118:52288] [error] init_jk::mod_jk.c (2356): 
Initializing shm:/etc/apache2/logs/jk-runtime-status errno=2

I found that it is because I didn't give it a shared memory file.

Will it help performance to give mod_jk this shared memory file?

And, one other question:

Tomcat's end of mod_jk knows which port to listen on because it's in the 
workers.properties. How
does Apache's end know which port to use?  Does it read the workers.properties 
file, too?  It is
specified in the JkWorkersFile directive to Apache, and I can't find anywhere 
else the port is
specified on the Apache side.

Thanks,
anw

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to