728x90
반응형
#!/bin/sh
TOMCAT_BASE="apache-tomcat-6.0.18"

/sbin/service tomcat5 stop
chkconfig --del tomcat5


tar xvfz $TOMCAT_BASE.tar.gz
mv $TOMCAT_BASE /usr/local/
cd /usr/local
ln -s $TOMCAT_BASE tomcat

cd /usr/local/tomcat/webapps
rm -rf ./*

728x90
반응형

+ Recent posts