tux-07 a écrit :
Emmanuel:
I checked the logs they have the following content:
[EMAIL PROTECTED] log]# ls -l
total 2
-rw-r--r-- 1 root root 1574 Mar 29 12:51 apacheds-stderr.log
-rw-r--r-- 1 root root 0 Mar 28 13:57 apacheds-stdout.log
[EMAIL PROTECTED] log]# cat apacheds-stderr.log
<snip/>
29/03/2007 12:03:03 28196 jsvc.exec error: Service exit with a return
value of 1
29/03/2007 12:51:05 28798 jsvc.exec error: Cannot find daemon loader
org/apache/commons/daemon/support/DaemonLoader
29/03/2007 12:51:05 28797 jsvc.exec error: Service exit with a return
value of 1
I assume it is because I do not have jsvc I am using Mandriva 2007.
Very strange... Alex, any idea ?
Is
there another way of starting the server without jsvc I am doing
development and testing and on this machine I do not need it to be a
service?
If you have built the server after having downloaded the sources (from
svn), you can use a script into apacheds/server-main : apacheds.sh
But that means you have installed a jdk and maven 2.0.4...
Have you installed the rpm package ? Which JDK version are you using ?
Thanks.