where to get older versions of JK, e.g. JK 1.2.19 ?

2008-03-15 Thread swullb
Hi, where can I download older versions of JK, e.g. JK 1.2.19 ? Thanks Stephanie -- Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer - To start

latest mod_jk version compatible with Apache 1.3.26

2008-03-15 Thread swullb
Hi, where can I download older versions of JK, e.g. JK 1.2.19 ? Thanks Stephanie -- Psst! Geheimtipp: Online Games kostenlos spielen bei den GMX Free Games! http://games.entertainment.gmx.net/de/entertainment/games/free - To

Re: Tomcat on Leopard

2008-03-15 Thread Alan Chaney
I'd guess that you copied the text in the tutorial using an editor which converted it to an RTF (Rich Text Format). The text you show in your email is rtf markup. The startup_tomcat file is a shell script which is setting the following environment variables JAVA_HOME - where you have insta

Re: Tomcat on Leopard

2008-03-15 Thread Hassan Schroeder
On Sat, Mar 15, 2008 at 8:08 PM, maxchoc <[EMAIL PROTECTED]> wrote: > > I'm trying to install Tomcat 6.0.16 on Leopard. I'm following a tutorial on > Not sure why you'd use that instead of the real docs, and there's n

Tomcat on Leopard

2008-03-15 Thread maxchoc
I'm trying to install Tomcat 6.0.16 on Leopard. I'm following a tutorial on I've gotten to the point of trying to start tomcat on my mac but when in the Terminal, I get the following sh-3.2# ./start_tomcat ./start_to

Re: DelegatingCallableStatement.getInnermostDelegate() -- NoSuchMethodError

2008-03-15 Thread Phil Steitz
On Fri, Mar 14, 2008 at 5:03 PM, Jim Garrison <[EMAIL PROTECTED]> wrote: > > I'm getting a NoSuchMethodError on > org.apache.commons.dbcp.DelegatingCallableStatement.getInnermostDelegate > (). > > AFAICT DelegatingCallableStatement inherits ultimately from > DelegatingStatement, which DOES hav

Re: Trouble building jsvc

2008-03-15 Thread jarrod
Rainer Jung-3 wrote: > > Hi Ethan, > > jarrod schrieb: >>> which version of jsvc do you try to compile? >> >> The one distributed with Tomcat 6.0.16. It's in tomcat/bin as >> jsvc.tar.gz. > > OK, I checked and that one is identical to the one I tried > (commons-daemon 1.0.1). > >> >>> Whi

Re: API call to reload Tomcat web application

2008-03-15 Thread Martin Gainty
Jamie- yes there is a way if you register SimpletonAgent in the registry as a Managed Bean http://java.sun.com/developer/technicalArticles/J2SE/jmx.html perhaps if you have a simple test webapp we could suggest a test harness? Martin- - Original Message - From: "jamieb" <[EMAIL PROTECTED

Re: Trouble building jsvc

2008-03-15 Thread Rainer Jung
Hi Ethan, jarrod schrieb: which version of jsvc do you try to compile? The one distributed with Tomcat 6.0.16. It's in tomcat/bin as jsvc.tar.gz. OK, I checked and that one is identical to the one I tried (commons-daemon 1.0.1). Which docs page are you referring to? I mean the main T

API call to reload Tomcat web application

2008-03-15 Thread jamieb
Hi there I am busy implementing an auto update facility for a Tomcat web application. As part of the auto update process, the auto update code needs to unpack the changed class files and reload the Tomcat web application. I am aware that you can configure Tomcat to automatically reload the web