如何在 ubuntu 中重新启动 tomcat 6

如何用默认安装从命令行重新启动并在 Ubuntu 上启动 Tomcat 6?

240473 次浏览

if you are using extracted tomcat then,

startup.sh and shutdown.sh are two script located in TOMCAT/bin/ to start and shutdown tomcat, You could use that

if tomcat is installed then

/etc/init.d/tomcat5.5 start
/etc/init.d/tomcat5.5 stop
/etc/init.d/tomcat5.5 restart