TOMCAT

多实例

[root@TIVOLI-PORTAL new_portal]# cat /etc/profile.d/tomcat.sh
export TOMCAT_HOME=/opt/musingtec
export PATH=$PATH:$TOMCAT_HOME/bin

=========================================================================
[root@TIVOLI-PORTAL new_portal]# ls
conf  logs  shutdown.sh  start.sh  temp  webapps  work
=========================================================================
[root@TIVOLI-PORTAL new_portal]# cat shutdown.sh start.sh 
export CATALINA_BASE="$PWD"
cd $TOMCAT_HOME/bin
./shutdown.sh
export CATALINA_BASE="$PWD"
cd $TOMCAT_HOME/bin
./startup.sh


你可能感兴趣的:(TOMCAT)