You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Andrés Glez." <ag...@publicinet.net> on 2005/05/11 17:29:24 UTC

jsvc: can't load server.xml

I've installed tomcat5.0.28 on a Fedora Core 3, with java 1.4.2.


When i try to execute tomcat with jsvc i get the following:

 ./jsvc -user tomcat -home 
/usr/local/java -Dcatalina.home=/usr/local/tomcat -cp 
/usr/local/java/lib/tools.jar:/usr/local/tomcat/bin/commons-daemon.jar:/usr/local/tomcat/bin/bootstrap.jar 
 -debug org.apache.catalina.startup.Bootstrap

...
...
...
jsvc.exec debug: Class org/apache/commons/daemon/support/DaemonLoader found
jsvc.exec debug: Native methods registered
jsvc.exec debug: Checking daemon
jsvc.exec debug: Daemon checked successfully
Can't load server.xml
jsvc.exec debug: Daemon loaded successfully
Can't load server.xml
11-may-2005 19:26:08 org.apache.catalina.startup.Catalina start
INFO: Server startup in 0 ms
jsvc.exec debug: Daemon started successfully
jsvc.exec debug: Waiting for a signal to be delivered

I have CATALINA_HOME and JAVA_HOME defined also, but it does not work

Any help? 


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: can't load server.xml

Posted by "Andrés Glez." <ag...@publicinet.net>.
I found. I forgot the


  chown -R tomcat.tomcat /usr/local/tomcat/


----- Original Message ----- 
From: "Andrés Glez." <ag...@publicinet.net>
To: "Tomcat Users List" <to...@jakarta.apache.org>
Sent: Wednesday, May 11, 2005 5:29 PM
Subject: jsvc: can't load server.xml


> I've installed tomcat5.0.28 on a Fedora Core 3, with java 1.4.2.
>
>
> When i try to execute tomcat with jsvc i get the following:
>
> ./jsvc -user tomcat -home 
> /usr/local/java -Dcatalina.home=/usr/local/tomcat -cp 
> /usr/local/java/lib/tools.jar:/usr/local/tomcat/bin/commons-daemon.jar:/usr/local/tomcat/bin/bootstrap.jar 
>  -debug org.apache.catalina.startup.Bootstrap
>
> ...
> ...
> ...
> jsvc.exec debug: Class org/apache/commons/daemon/support/DaemonLoader 
> found
> jsvc.exec debug: Native methods registered
> jsvc.exec debug: Checking daemon
> jsvc.exec debug: Daemon checked successfully
> Can't load server.xml
> jsvc.exec debug: Daemon loaded successfully
> Can't load server.xml
> 11-may-2005 19:26:08 org.apache.catalina.startup.Catalina start
> INFO: Server startup in 0 ms
> jsvc.exec debug: Daemon started successfully
> jsvc.exec debug: Waiting for a signal to be delivered
>
> I have CATALINA_HOME and JAVA_HOME defined also, but it does not work
>
> Any help?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org 


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org