mod_jk crash, please help

2002-10-09 Thread Eugene Gluzberg
I am running apache 1.3 with mod_jk, my apache has apxs. I compiled and installed mod_jk from source, tag TOMCAT_4_1_12, configured it using the following options: ./configure --with-gnu-ld --with-apxs=/myapxpath/bin/apxs --enable-EAPI --with-java-home=/usr/java/jdk1.3.1 ran make installed m

Status of tomcat (up/down)

2002-09-27 Thread Eugene Gluzberg
I am running multiple tomcat instances on one server (user TOMCAT_BASE setup). I need to know whether a particular tomcat instance is up or down for monitoring purposes. The tomcats I am running only have the shutdown port and ajp13 port bound. Is a socket connection without a command to the sh

Re: [PATCH] [JK2 docs] Minor patch to jk2 docs

2002-09-25 Thread Eugene Gluzberg
Can anyone check this in? Eugene Gluzberg wrote: > Just some additional installation info. > > > > > Index: jk/xdocs/jk2/configweb.xml > =

Re: [POLL] aprize jk2

2002-09-25 Thread Eugene Gluzberg
I am against only because many apache 1.3 users (who installed apache from RPMs, like me) will not be able to use jk2, unless there an easy way to install apr libs/includes, etc on top of apache1.3 Is there? -- To unsubscribe, e-mail: For additional commands,

[PATCH] [JK2 docs] Minor patch to jk2 docs

2002-09-23 Thread Eugene Gluzberg
Installation of mod_jk2 in the Web Server Jean-Frederic Clere + Eugene Gluzberg $Date: 2002/09/20 21:35:31 $ *** *** 14,19 --- 15,34 installation. + +For this example, we are running on a standard RH 7.3 system Apache 1.3 rpm

Re: [JK2] new uriMap using hostname:port

2002-09-23 Thread Eugene Gluzberg
Yikes! today's version no longer compiles without APR on 1.3: [so] Output: [so] rm -f /home/eugene/tomcat/jakarta-tomcat-connectors/jk/build/jk2/apache13/common/.libs/jk_uriEnv.lo [so] cc -c -I/home/eugene/tomcat/jakarta-tomcat-connectors/jk/native2/include -I/home/euge

[PATCH] Loadbalancer (works in 3.3x)

2002-04-15 Thread Eugene Gluzberg
he user. The retries would continue for every request until at least one tomcat worker recovers. After the first tomcat worker recovers, the rest would be retried once every 60 seconds as before. I found this very useful in our environment. Patch attached Thanks, Eugene Gluzberg lb.patch Desc