02-20-2007 03:58 AM
02-20-2007 04:53 AM
#!/bin/sh
# Start or stop Alfresco server
# Set the following to where Tomcat is installed
ALF_HOME=/usr/local/alfresco
cd "$ALF_HOME"
APPSERVER="$ALF_HOME"/tomcat
export JAVA_HOME=/usr/lib/j2sdk1.5-sun/
export JAVA_OPTS="-Xms128m -Xmx512m -server"
export JAVA_OPTS="$JAVA_OPTS -XX:CompileCommand=exclude,org/apache/lucene/index/IndexReader\$1,doBod
y -XX:CompileCommand=exclude,org/alfresco/repo/search/impl/lucene/index/IndexInfo\$Merger,mergeIndex
es -XX:CompileCommand=exclude,org/alfresco/repo/search/impl/lucene/index/IndexInfo\$Merger,mergeDele
tions"
if [ "$1" = "start" ]; then
"$APPSERVER"/bin/startup.sh
if [ -r "$ALF_HOME"/start_oo.sh ]; then
sh "$ALF_HOME"/start_oo.sh
fi
elif [ "$1" = "stop" ]; then
"$APPSERVER"/bin/shutdown.sh
if [ -r "$ALF_HOME"/start_oo.sh ]; then
killall soffice.bin
fi
fi
02-21-2007 05:24 AM
apt-get install imagemagick
ulimit 4096
cp -r /usr/local/alfresco/tomcat/webapps/alfesco /usr/local/alfresco/tomcat/webapps/ROOT/
/usr/local/alfresco.sh start
rm -r /usr/local/alfresco/tomcat/webapps/ROOT/
http://localhost:8080/alfresco/
02-21-2007 05:42 AM
02-21-2007 10:56 AM
export: 11: -Xmx512m: bad variable name
02-22-2007 02:04 AM
02-23-2007 12:40 AM
02-26-2007 04:31 AM
02-26-2007 11:51 AM
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.