04.03.2010 13:50, Petr Hracek:

> from the documention I have read that tomcat5.5 (
> http://tomcat.apache.org/tomcat-5.5-doc/setup.html)
> can be started with the help of command jsvc.
> 
> Is there any other possibility how to start up tomcat with java?
> I wouldn't start tomcat 5.5 over rcScript stored in /etc/init.d/

Take a look at the scripts in $CATALINA_HOME/bin.
startup.sh and shutdown.sh do what their name suggests. If you'd like to
see Tomcat's status messages in the console instead of the log file
(useful, if something goes wrong), use
catalina.sh run.

-- 
Regards
  mks

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to