RE: JSVC to run tomcat?

2004-06-01 Thread Shapira, Yoav
Hi, That's mostly right on: I'll add a couple of small things. >As for exactly, I can't say, but my understanding is that jsvc start the >process, in this case tomcat, then after tomcat has allocated the ports on >80 and/or 443 the privileges are then change to the level of the user >specified in

Re: JSVC to run tomcat?

2004-05-28 Thread Parsons Technical Services
;[EMAIL PROTECTED]> Sent: Friday, May 28, 2004 3:58 PM Subject: Re: JSVC to run tomcat? > I rechecked my configuration file, and I was using to > JSVC script for tomcat 4 which loads a different class > than the tomcat 5 script. I corrected the class and > it works flawlessly. &g

Re: JSVC to run tomcat?

2004-05-28 Thread Justin Jaynes
I rechecked my configuration file, and I was using to JSVC script for tomcat 4 which loads a different class than the tomcat 5 script. I corrected the class and it works flawlessly. There are always TWO JSVC processes running. Is that normal? And can somebody please explain exactly what is happ

Re: JSVC to run tomcat?

2004-05-28 Thread Bob White
My guess is that jsvc is failing. Is there an error in your output file or error file? (ie. ../logs/catalina.out & ../logs/catalina.err). As for why it was failing, I found it was so unreliable on my system that I eventually ditched it (but then I don't need port 80). All in all, it's easier to

Re: JSVC to run tomcat?

2004-05-28 Thread RJ
Hi: I'm certainly no expert, but the way I did it, you don't directly invoke jsvc -- you just edit-up the Tomcat5.sh script, and use it to start and stop tomcat: e.g., on my setup, ./usr/local/tomcat5/bin/jsvc-src/native/Tomcat5.sh start The startup/shutdown script takes care of calling jsvc and g

Re: JSVC to run tomcat?

2004-05-27 Thread Eric Noel
On 5/28/2004 12:02 PM, Justin Jaynes wrote: I am very impressed with the responsiveness of this list. I appreciate all the help everyone has given me in learning about JSVC for running tomcat as an underpriviledged user on ports 80 and 443. However, I am still running into a problem. I created a t

JSVC to run tomcat?

2004-05-27 Thread Justin Jaynes
I am very impressed with the responsiveness of this list. I appreciate all the help everyone has given me in learning about JSVC for running tomcat as an underpriviledged user on ports 80 and 443. However, I am still running into a problem. I created a tomcat user and group and all tomcat files