01-06-2012 04:54 AM
service alfresco restartUsing CATALINA_BASE: /opt/Alfresco/tomcat
Using CATALINA_HOME: /opt/Alfresco/tomcat
Using CATALINA_TMPDIR: /opt/Alfresco/tomcat/temp
Using JRE_HOME: /opt/Alfresco/java
Using CLASSPATH: /opt/Alfresco/tomcat/bin/bootstrap.jar
PID file (/opt/Alfresco/tomcat/temp/catalina.pid) found but no matching process was found. Stop aborted.
/opt/Alfresco/tomcat/scripts/ctl.sh : tomcat could not be stopped
01-06-2012 05:49 AM
01-12-2012 02:10 AM
05-02-2012 03:50 AM
#!/bin/sh
#
# chkconfig: 2345 79 31
# description: Remove the catalina.pid for Alfresco Community \
# useful if the server has crashed.
#
RETVAL=0
start () {
rm -f /opt/Alfresco/tomcat/temp/catalina.pid
RETVAL=$?
}
exit $RETVAL
chmod +x /etc/rc.d/init.d/alfrescopid
chkconfig alfrescopid on
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.