Hi Sameer
Thanks for the pointer. As it happened, I managed to get StartTLS to work
inside Tomcat, although I am still not sure why there is a difference in
behaviour when the below application is run standalone vs inside Tomcat. In
advance, please forgive the extended explanation but I am
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
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
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]
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).
Which docs page are you
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 have such a
I'm trying to install Tomcat 6.0.16 on Leopard. I'm following a tutorial on
http://swetnam.wordpress.com/2007/12/15/installing-apache-tomcat-6-on-os-x/
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
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
http://swetnam.wordpress.com/2007/12/15/installing-apache-tomcat-6-on-os-x/
Not sure why you'd use that instead of the real docs, and there's
no
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