Win2K, ApacheHTTPD2.0.5, Tomcat5 and JK2

2004-07-20 Thread Andrew Pealing
Hello all I've got a win2k server running Apache2.0.5, mod_jk2/2.0.2 and tomcat4.1, using the inprocess worker I am trying to upgrade to Tomcat 5 and mod_jk2/2.0.4 If I start Tomcat5 manually, then ApacheHTTPd and mod_jk2 succesfully pass the requests through and jsp and servlets work.

Re: Linux tomcat startup

2002-12-16 Thread Andrew Pealing
I assume you mean the Gnome Services GUI Try using chkconfig. Man chkconfig explains what's required, but basically you will need to create a startup script (called for instance 'tomcat4') in /etc/rc.c/init.d/ that has the right headers – copy another one and edit it is a good plan. Then use

Re: switching from mod_jk to mod_jk2

2002-12-16 Thread Andrew Pealing
I think that you'll find apache users workers2.properties in the same conf dir as the httpd.conf, whereas tomcat4 uses the jk2.properties, which on my RH7.3 install was in /etc/tomcat4 ie You don't tell apache where jk2.properties is – it uses workers2.properties Original Message On

Re: Linux tomcat startup

2002-12-16 Thread Andrew Pealing
: Will this run before or after profiles.conf, starting tomcat needs the JAVA_HOME, CATALINA_HOME etc info... Peter Andrew Pealing [EMAIL PROTECTED] wrote: I assume you mean the Gnome Services GUI Try using chkconfig. Man chkconfig explains what's required, but basically you will need

Tomcat4, Apache2,mod_jk2, inprocess

2002-12-11 Thread Andrew Pealing
I'm attempting (and struggling) to use the inprocess worker. (Using ajp13 works fine) Any ideas from the error messages below as to what's wrong? I guess it's something to do with the vm section of the workers2.properties (below). I'm using jdk1.3.1_02 in RH7.3 When starting Apache, this is