Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
cd /etc/init.d
svn export http://eas.googlecode.com/svn/trunk/geoserver/tomcat
dos2unix tomcat
chmod 755 tomcat
chkconfig --add tomcat  
chkconfig --level 234 tomcat on  
chkconfig --list tomcat

 

tomcat start, stop, restart
Code Block
service tomcat start
service tomcat stop
service tomcat restart