graceful setting in workers2.properties

2003-10-14 Thread Kelly Kleinfelder
I'm using Tomcat 4.1.27 and Apache 2.0.47 built with the worker mpm and mod_jk2 build from the 2.0.2 connectors source. I'm trying to use the graceful setting in workers2.properties to take one of the workers out of service, but it doesn't seem to be working. I'm not sure if the lb_value should be

regular expressions in JkMount

2002-02-01 Thread Kelly Kleinfelder
than images is not an option, as new ones will get created on the fly. Here's what I have now: JkMount /publish/* !images ajp12 It doesn't work. Am I close? Is there a way to do this? Kelly Kleinfelder UNIX System Administrator Unbound Medicine, Inc. 610-627-9090 x229 -- To unsubsc

Examples in Tomcat 4.0

2001-10-01 Thread Kelly Kleinfelder
ained No Data" error and the server shuts itself down (crashes?). Any thoughts? Kelly Kleinfelder UNIX System Administrator Unbound Medicine, Inc. 610-627-9090 x229

mod_webapp on solaris 7

2001-09-25 Thread Kelly Kleinfelder
2, the latest stable version. Any ideas? Kelly Kleinfelder UNIX System Administrator Unbound Medicine, Inc. 610-627-9090 x229

Re: how to integrate mod_jk into Tomcat 4.0

2001-09-25 Thread Kelly Kleinfelder
Bernard, I'm not too sure about Windows, but under Solaris, mod_jk.so goes under apache/libexec. HTH. Kelly - Original Message - From: "Bernhard J. Hirschmann" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 25, 2001 12:40 PM Subject: how to integrate mod_jk into T

Re: "problem with init"

2001-09-18 Thread Kelly Kleinfelder
it is coming from. > > Since you can't access your apps, do you happen to see something > like: > >ContextManager: Adding DEFAULT:/myapplication" > > in Tomcat's log when it starts up? > > Larry > > > -Original Message- > > From:

"problem with init"

2001-09-18 Thread Kelly Kleinfelder
es into lib/common (doing this cleared up a number of other issues I was dealing with). I am running tomcat3.3b2 with Apache 1.3.19 on Solaris 7. Any ideas? Thanks. Kelly Kleinfelder UNIX System Administrator Unbound Medicine, Inc. 610-627-9090 x229

load balancing questions

2001-04-20 Thread Kelly Kleinfelder
Is there an lbfactor setting that will redirect all new sessions to another worker? Is there an upper limit to which the lbfactor can be set?   With those questions in mind, here is more detail and background for my situation.   Here is our setup:   Apache 1.3.14 Tomcat 3.2.1 Solaris 7   W

SOLVED: runaway threads eating cpu cycles on Solaris 7

2001-02-16 Thread Kelly Kleinfelder
- From: Kelly Kleinfelder To: [EMAIL PROTECTED] Sent: Thursday, February 15, 2001 3:43 PM Subject: runaway threads eating cpu cycles on Solaris 7 We are running Tomcat 3.2.1 and Solaris 7 on a Sun e250 with 4 400Mhz processors. The problem we're having is that one thre

runaway threads eating cpu cycles on Solaris 7

2001-02-15 Thread Kelly Kleinfelder
We are running Tomcat 3.2.1 and Solaris 7 on a Sun e250 with 4 400Mhz processors. The problem we're having is that one thread is chewing up the majority of the cpu cycles and sometimes causes tomcat to hang.   I have included sample mpstat data and the output from ps -L -p PID:   ps -L -p 26

Re: Apache transfer to Tomcat with mod_jk

2001-01-24 Thread Kelly Kleinfelder
Make sure you have this line in your tomcat-apache.conf (or whatever file the apache server includes to connect with tomcat): JkMount /admin/servlet/* ajp12 JkMount /admin/*.jsp ajp12 Change the directories to reflect your own environment. These lines should be there for every directive. Kell