Skip to content

Instantly share code, notes, and snippets.

@brentgriffin
Created March 14, 2014 20:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brentgriffin/9556328 to your computer and use it in GitHub Desktop.
Save brentgriffin/9556328 to your computer and use it in GitHub Desktop.
By Default all dotcms servers running with DOTSERVER=ROOT
$ bin/startup.sh & tail -f dotserver/tomcat-7.0.42/logs/catalina.out
[1] 21771
Using DOTCMS_HOME = /home/brent/temp/dotcms_20140314_targz_node2/dotserver/tomcat-7.0.42/webapps/ROOT
Using DOTSERVER = ROOT
Using CATALINA_PID = /tmp/ROOT.pid
Using JAVA_OPTS = -Djava.awt.headless=true -Xverify:none -Dfile.encoding=UTF8 -server -Xmx1G -XX:MaxPermSize=256m -XX:+DisableExplicitGC -XX:+UseConcMarkSweepGC -javaagent:/home/brent/temp/dotcms_20140314_targz_node2/dotserver/tomcat-7.0.42/webapps/ROOT/WEB-INF/lib/jamm-0.2.5.jar -Ddotserver=ROOT
Using CATALINA_BASE: /home/brent/temp/dotcms_20140314_targz_node2/dotserver/tomcat-7.0.42
Using CATALINA_HOME: /home/brent/temp/dotcms_20140314_targz_node2/dotserver/tomcat-7.0.42
Using CATALINA_TMPDIR: /home/brent/temp/dotcms_20140314_targz_node2/dotserver/tomcat-7.0.42/temp
Using JRE_HOME: /opt/jdk1.7.0_45/jre
Using CLASSPATH: /home/brent/temp/dotcms_20140314_targz_node2/dotserver/tomcat-7.0.42/bin/bootstrap.jar:/home/brent/temp/dotcms_20140314_targz_node2/dotserver/tomcat-7.0.42/bin/tomcat-juli.jar
Using CATALINA_PID: /tmp/ROOT.pid
Existing PID file found during start.
Tomcat appears to still be running with PID 20730. Start aborted.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment