centOS6配置tomcat

tar -zxvf apache-tomcat-6.0.36.tar.gz
mv apache-tomcat-6.0.36  /usr
 vim ~/.bash_profile  
   添加:
   TOMCAT_HOMT=/usr/apache-tomcat-6.0.36
   export PATH JAVA_HOME CLASSPATH TOMCAT_HOME
source ~/.bash_profile
 

你可能感兴趣的:(tomcat,linux)