Re: Catching startup errors with jsvc

2006-12-05 Thread Cyber Dog
Anyone? On 10/24/06, Cyber Dog [EMAIL PROTECTED] wrote: I'm running Tomcat 5.5.20 with JSVC on Redhat, and I'm having trouble catching startup errors. Say I have an invalid server.xml. If I run catalina directly, it throws errors and immediately dies, as expected. The problem is when I run

Catching startup errors with jsvc

2006-10-24 Thread Cyber Dog
I'm running Tomcat 5.5.20 with JSVC on Redhat, and I'm having trouble catching startup errors. Say I have an invalid server.xml. If I run catalina directly, it throws errors and immediately dies, as expected. The problem is when I run via jsvc, jsvc keeps running and I doesn't catch the errors.

Dynamically Add Vhosts?

2006-10-23 Thread Cyber Dog
Hello, I'm trying to set up Tomcat 5.5 so that a single instance/machine can run several unrelated vhosts. I'm trying to make the implementation as dynamic as possible; ie requiring as few restarts/reloads and core config changes as I can get away with. I'm having trouble determining a good