re: Tomcat 5 port 80 non-root

2004-01-02 Thread James Bayer
i resolved the problem with the Can't load server.xml message. all i had to do was append $CATALINA_HOME to the classpath...the Tomcat.sh script didn't have it in there. CLASSPATH=\ $JAVA_HOME/lib/tools.jar:\ $DAEMON_HOME/dist/commons-daemon.jar:\ $CATALINA_HOME/bin/bootstrap.jar:\

tomcat 5 port 80 non-root

2004-01-01 Thread James Bayer
i following the instructions with jsvc included with tomcat, but when i run the Tomcat.sh script i get the following in my $CATALINA_HOME\logs\catalina.out Can't load server.xml Can't load server.xml Jan 2, 2004 12:14:04 AM org.apache.catalina.startup.Catalina start INFO: Server startup in 0 ms