在CentOS 5.5上安装 Tomcat 5.5 及JRE

下载

apache-tomcat-5.5.31.tar.gz

jre-6u23-linux-i586-rpm.bin

从这里下载Tomcat起动文件(脚本)(文件名:tomcat)

gunzip apache-tomcat-5.5.31.tar.gz

tar xvf apache-tomcat-5.5.31.tar

mv apache-tomcat-5.5.31 /usr/tomcat

chmod a+x jre-6u23-linux-i586-rpm.bin

./jre-6u23-linux-i586-rpm.bin

mv tomcat /etc/init.d/

chmod a+x /etc/init.d/tomcat

chown root:root /etc/init.d/tomcat

chkconfig --add tomcat

chkconfig --list