greaceful shutdown of mod_jk2 connectors

2004-05-13 Thread Mike Batting
has anyone managed to get the greaceful shutdown feature working with mod_jk2 ? if so... what is the secret ? I am incrementing the ver attribute when I alter the graceful setting for a given channel.socket and the jk2status page registeres to noted update... but it still directs new

Re: Apache 2 - mod_jk2

2004-05-13 Thread Mike Batting
. Change graceful to 1 to disable or 0 to reactivate. Increment ver. 2. Access /jkstatus page. You should see the value changed in the channel and worker info. See the JK2 documentation at http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/configweb.html --- Mike Batting [EMAIL

Apache 2 - mod_jk2

2004-05-12 Thread Mike Batting
I am running a load balanced Apache2 - mod_jk2 configuration. I am wondering if there is an option in the configuration settings that would allow an administrator to dynamically close one or more of the connectors (stop it from accepting new connections) so that a given Servlet Engine can be

Apache 2 - mod_jk2 cont...

2004-05-12 Thread Mike Batting
that is supposed to be supported by mod_jk2... but I am not having any luck. - Original Message - From: Mike Batting [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, May 12, 2004 1:05 PM Subject: Apache 2 - mod_jk2 I am running a load balanced Apache2 - mod_jk2 configuration

Re: Apache 2 - mod_jk2

2004-05-12 Thread Mike Batting
documentation at http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/configweb.html --- Mike Batting [EMAIL PROTECTED] wrote: I am running a load balanced Apache2 - mod_jk2 configuration. I am wondering if there is an option in the configuration settings that would allow an administrator

Apache2, mod_jk2, Jetty on Linux Redhat 9

2004-05-06 Thread Mike Batting
I am running a load-balanced apache/jetty architecture using the mod_jk2 connector. I have been able to successfully set this architecture up with two Jetty instances on the same box as the apache server. Now I am trying to transfer one of the Jetty instances to a seperate Linux box. This is

Re: Apache2, mod_jk2, Jetty on Linux Redhat 9

2004-05-06 Thread Mike Batting
. - Original Message - From: Daniel Gibby [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, May 06, 2004 1:16 PM Subject: Re: Apache2, mod_jk2, Jetty on Linux Redhat 9 And this has something to do with tomcat because. ? Mike Batting wrote: I am running a load

problem connecting Apache2 and Tomcat 5 via mod_jk2

2004-01-09 Thread Mike Batting
I am receiving a java.lang.ClassNotFoundException for the org.apache.ajp.tomcat4.config.ApacheConfig class. Has anyone experienced this ? Has the ApacheConfig class been changed or had its package changed ? Is there a new Listener class I should be using instead of this one ? I have tried

problem connecting Apache2 and Tomcat 5 via mod_jk2

2004-01-09 Thread Mike Batting
I followed suggestion from an email on this list and got the latest tomcat-jk2.jar so that timcat had the needed org.apache.jk.config.ApacheConfig implementation. The problem I am having now is thet mod_jk.conf file that is auto generated by tomcat does not seem to be correct. I have read in

Problem configuring SSL in Tomcat 5.0.16

2004-01-06 Thread Mike Batting
I downloaded the src project and did a full ant build of Tomcat 5. I am running a SUN JDK version 1.4.1. I have run the java keytool to create a simple certificate keystore. I have used essetnially the standard server.xml file and have uncommented the SSL connector. I have tried using both

Managing Session

2001-03-21 Thread Mike Batting
for some reason I cannot seem to execute the invalidate() method on any HttpSessions while running the Tomcat software. The classes function as intended on our regular servers, but when using Tomcat to test things locally, this method fails.