Go into the tomcat installation folder.
Normally: /usr/local/tomcat/ Run: bin/shutdown.sh And Also Run: bin/startup.sh
In command line it should look something like this
root@server:/# cd /usr/local/tomcat/ root@server:/usr/local/tomcat# bin/shutdown.sh Using CATALINA_BASE: /usr/local/tomcat Using CATALINA_HOME: /usr/local/tomcat Using CATALINA_TMPDIR: /usr/local/tomcat/temp Using JRE_HOME: /usr/local/java
root@server:/usr/local/tomcat# bin/startup.sh Using CATALINA_BASE: /usr/local/tomcat Using CATALINA_HOME: /usr/local/tomcat Using CATALINA_TMPDIR: /usr/local/tomcat/temp Using JRE_HOME: /usr/local/java
That is it. Your server should be successfully restarted and running
By PHPin24 @ 2009-08-18 17:20:30
|