create tomcat instance in linux using one tomcat as a base
This is configuring the tomcats :
- making one tomcat into base and run remaining instances
CATALINA_BASE=/home/stp/tomcat8080 /usr/apache-tomcat-6.0.20/bin/catalina.sh start
This is configuring the tomcats :
CATALINA_BASE=/home/stp/tomcat8080 /usr/apache-tomcat-6.0.20/bin/catalina.sh start
Comments