RE: Java Update on Linux

2001-04-12 Thread Boyce, David
That's not a release, it's a release *candidate*. A big difference. -Original Message- From: Hunter Hillegas [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 12, 2001 11:27 AM To: Tomcat User List Subject: Java Update on Linux Anyone tried the JDK1.3.1 that Sun released recently for Lin

RE: Reaped pid = 24793, status = 0

2001-04-24 Thread Boyce, David
A guess: you're letting the object reference go out of scope without doing a waitFor() or similar. When it then gets garbage collected the JVM tells you what became of your abandoned child. -David Boyce -Original Message- From: Christoph Kukulies [mailto:[EMAIL PROTECTED]] Sent: Tuesday,

Tomcat and NT service via wrapper script?

2001-04-24 Thread Boyce, David
Short version: I need to run Tomcat as a service on NT (and know how to do so) but need a hook to run an arbitrary command as part of the service startup. Details: I'm running Tomcat out of a ClearCase view (for those unfamiliar, ClearCase is a dynamic filesystem abstraction with a metalanguage al

RE: Tomcat and NT service via wrapper script?

2001-04-24 Thread Boyce, David
s here. 3). If the ClearCase command takes to long it will causes the service manager to think the service has failed and shut things down. Good luck, Keith Gross - Original Message - From: Boyce, David <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 24, 2001

RE: Tomcat Init At Boot

2001-04-25 Thread Boyce, David
The Tomcat logfiles are presumably not showing anything because the failure happens before Tomcat starts up. Try adding the following line at the top of your rc script: exec > /tmp/rc.out 2>&1 && set -x And take a look at /tmp/rc.out after a reboot. You should see the failure. -David Bo

RE: How to set access restriction to servlets in tomcat?

2001-04-27 Thread Boyce, David
Also, the elements in the sample aren't properly closed with a . The / is missing. -dsb -Original Message- From: JULIEN,TIMOTHY (HP-NewJersey,ex2) [mailto:[EMAIL PROTECTED]] Sent: Friday, April 27, 2001 11:01 AM To: '[EMAIL PROTECTED]' Subject: RE: How to set access restriction to servl

RE: Tomcat/IIS 5 /examples solution?

2001-04-27 Thread Boyce, David
Steve, FWIW the person to whom you owe this help is an Erin (and thus presumably a she), not an Eric. Yet more words to eat. -dsb -Original Message- From: Steve Holmlund [mailto:[EMAIL PROTECTED]] Sent: Friday, April 27, 2001 1:34 PM To: [EMAIL PROTECTED] Subject: RE: Tomcat/IIS 5 /exa

Tomcat/Netscape 3.6 connector for Solaris?

2001-05-07 Thread Boyce, David
Does anyone know a location of documentation and/or binaries for the Tomcat->Netscape Enterprise 3.6 server? The http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/tomcat-netscape-howt o.html document is completely NT-centric, to the point that it's not clear whether the redirector has been p

2.2 Spec divergence?

2001-05-11 Thread Boyce, David
Does anyone else think this is a divergence of Tomcat 3.2.1 from the 2.2 spec? In section 4.7 "Temporary Working Directories" it says: It is often useful for Application Developers to have a temporary working area on the local filesystem. All servlet containers must provide a private temporary di

macro expansion in server.xml?

2001-04-03 Thread Boyce, David
I have an intranet web app which must run on perhaps a couple of dozen widely distributed Tomcat containers; some on Solaris, some Windows NT, maybe Linux and AIX later. In this situation the toughest challenge isn't writing the web app per se but in maintaining the many containers, tweaking serv