3.1进入/usr/share/tomcat5.5/bin,可以看见里面有几个bash脚本,使用 $./startup.sh 就可以开启服务了。 注意,这里的tomcat不需要再安装apache了,可以直接作为web服务器来使用。 运行./startup.sh的结果应该是: Using CATALINA_BASE: /usr/share/tomcat5.5 Using CATALINA_HOME: /usr/share/tomcat5.5 Using CATALINA_TMPDIR: /usr/share/tomcat5.5/temp Using JRE_HOME: /usr/lib/jvm/java-6-sun
5.关闭服务 运行bin/下的shutdown.sh就可以了。 $./shutdown.sh 正常会出现如下结果: Using CATALINA_BASE: /usr/share/tomcat5.5 Using CATALINA_HOME: /usr/share/tomcat5.5 Using CATALINA_TMPDIR: /usr/share/tomcat5.5/temp Using JRE_HOME: /usr/lib/jvm/java-6-sun