Requirements
- Tomcat 7.0.70 and 8.5.5 were tested, so they are the recommended versions to run. There are known issues with Tomcat 7.
- 4GB of RAM
- 1 CPU
- JDK - refer to http://tomcat.apache.org/whichversion.html for selecting. Tomcat 7 and 8 were both 8.5.5 was tested with JDK 1.8.60.
Tomcat Setup
...
Code Block | ||
---|---|---|
| ||
set CATALINA_OPTS=%CATALINA_OPTS% -Xms1024m -Xmx2048m -XX:MaxPermSize=512m -Doracle.mds.cache=simple -Dorg.apache.el.parser.COERCE_TO_ZERO=false -Dorg.apache.el.parser.SKIP_IDENTIFIER_CHECK=true -Dflexagon.fd.repository.root=<real path on your server> -Dflexagon.fd.install.root=<real path on your server> |
...
Code Block | ||
---|---|---|
| ||
JAVA_HOME=<Path to your JAVA_HOME>
CATALINA_OPTS='-Xms1024m -Xmx2048m -XX:MaxPermSize=512m -Doracle.mds.cache=simple -Dorg.apache.el.parser.COERCE_TO_ZERO=false -Dorg.apache.el.parser.SKIP_IDENTIFIER_CHECK=true -Dflexagon.fd.repository.root=<real path on your server> -Dflexagon.fd.install.root=<real path on your server>'
|
...