码迷,mamicode.com
首页 > 其他好文 > 详细

TOMCAT

时间:2015-08-14 19:46:57      阅读:128      评论:0      收藏:0      [点我收藏+]

标签:

多实例

[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

标签:

原文地址:http://my.oschina.net/kcw/blog/492526

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!