Re: Tomcat 4.1 + Apache 2 + mod_jk2 inprocess woes

2003-04-04 Thread Rob Shortt
Ken, have you read this thread? http://www.mail-archive.com/tomcat-user%40jakarta.apache.org/msg91348.html I have been having similar problems. I changed my MPM module in apache but am having other problems now. What OS are you running tomcat and apache on? -Rob

mod_jk2 inprocess tomcat / apache

2003-04-02 Thread Rob Shortt
Hi everyone. This is a long message so please bear with me. :) I am attempting to get tomcat running 'inprocess' from mod_jk2 under apache on solaris. I am getting random results, which is very annoying, hopefully someone can help. Versions: os: sparc solaris 8, 32 bit apache-2.0.44

Re: mod_jk2 inprocess tomcat / apache

2003-04-02 Thread Rob Shortt
Mladen Turk wrote: Assure you have only one child process. The inprocess won't work for prefork, and perchild mpm's. It can work with worker mpm if you config Apache to use the single child process. The problem is that the TC is started for every child and only one can succeed to start (first). So