Tomcat Shutdown Issues - servlet destroy

2003-09-10 Thread Oozy
Having a problem shutting down Tomcat - the servlet does not seem to be receiving the destroy call when tomcat shuts down - version 4.1.24 and 4.1.27 of tomcat, sun 1.4.1_02 jdk on solaris 2.8 and redhat 8.0 - below is a truss from solaris as it's shutting down. Is this a bug w/ tomcat?

RE: Tomcat Shutdown Issues - servlet destroy

2003-09-10 Thread Oozy
reproduce this one -- I use destroy (for servlets, filters), and contextDestroyed (for context listeners) all the time without any issues. What's your truss output supposed to show? Yoav Shapira Millennium ChemInformatics -Original Message- From: Oozy [mailto:[EMAIL PROTECTED] Sent

Tomcat Command Line Configuration

2003-07-23 Thread Oozy
Is there a command-line tool for Linux to configure Tomcat - to perform the functions of the admin webUI? I would like to find a way to modify the server.xml file via the command line so that such modifications could be scripted - this could be done w/ sed/awk/perl but those tools do not seem

RE: Tomcat Command Line Configuration

2003-07-23 Thread Oozy
(install / deploy / stop / start a webapp, etc.). Equivalents don't exist for the admin webapp that I'm aware of. If you were to do it in java, via Ant, it wouldn't be too difficult. Yoav Shapira Millennium ChemInformatics -Original Message- From: Oozy [mailto:[EMAIL PROTECTED