Start Tomcat as a Linux daemon

2005-12-07 Thread Mário Gamito
Hi, I'm trying to start Tomcat as a linux daemon at server boot, but i don't have jsvc (although i've installed package admin), like explained in Tomcat's page. An year ago or so, i had this ctl script that worked, but now again, i don't have jsvc. Any help would be apreciated. Warm Regards

Re: Start Tomcat as a Linux daemon

2005-12-07 Thread Mirek Kopriva
You could send your tomcat init script, it would give me more info about what could be wrong. It looks like something is missing on the classpath. One thing you could try. Don't copy jsvc and use it directly from where it was build. We had errors when running it by using a symlink to the original

RE: Start Tomcat as a Linux daemon

2005-12-07 Thread Richard Mixon
: Start Tomcat as a Linux daemon Hi, I'm trying to start Tomcat as a linux daemon at server boot, but i don't have jsvc (although i've installed package admin), like explained in Tomcat's page. An year ago or so, i had this ctl script that worked, but now again, i don't have jsvc. Any help would

Re: Start Tomcat as a Linux daemon

2005-12-07 Thread Warren Pace
Which tomcat version? On Wed, 2005-12-07 at 12:35 +, Mário Gamito wrote: Hi, I'm trying to start Tomcat as a linux daemon at server boot, but i don't have jsvc (although i've installed package admin), like explained in Tomcat's page. An year ago or so, i had this ctl script