Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.0
-
Fix Version/s: 1.0.1
-
Component/s: Documentation
-
Labels:None
Description
Further to MRM-545, I cannot get it a working install on Tomcat with the existing docs - I had to go to the wiki and Jira to get the answers.
Specifically, I could not deploy on Tomcat 6 without defining in Tomcat's enviroment:
export CATALINA_OPTS="-Dappserver.home=$CATALINA_HOME -Dappserver.base=$CATALINA_HOME"
which is not covered in the current install docs.
Fixed in -r611707.