Re: jsvc.exec error: Cannot find daemon loader

2007-08-30 Thread Ole Ersoy
I think I have this reasonably well isolated. On Fedora if I: chmod 750 bootstrap.jar I get the error: 31/08/2007 01:05:25 14411 jsvc.exec error: Cannot find daemon loader org/apache/commons/daemon/support/DaemonLoader 31/08/2007 01:05:25 14410 jsvc.exec error: Service exit with a return val

Re: jsvc.exec error: Cannot find daemon loader

2007-08-22 Thread Ole Ersoy
Hi Markus, Thank you for the suggestion. I tried that as well, but I still get the same message. I think there is something funky going on with Fedora, as described here: http://i-hacker.blogspot.com/2007/01/cannot-find-daemon-loader-issue-with.html I also tried what they did, but still no

Re: jsvc.exec error: Cannot find daemon loader

2007-08-22 Thread Markus Schönhaber
Ole Ersoy schrieb: > I'm trying to run tomcat with jsvc. I did all the things in the manual, and > now I'm trying to run it with: > > ./bin/jsvc -cp ./bin/bootstrap.jar \ > -outfile ./logs/catalina.out -errfile ./logs/catalina.err \ > org.apache.catalina.startup.Bootstrap > > A