Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | Next revision Both sides next revision | ||
documentation:server-install-components [2019/01/27 07:59] mpospisek [Tomcat] |
documentation:server-install-components [2019/01/27 08:02] mpospisek [Tomcat] |
||
---|---|---|---|
Line 151: | Line 151: | ||
# /opt/tomcat/bin/setenv.sh | # /opt/tomcat/bin/setenv.sh | ||
# The Dcom.sun.management lines are just voluntarily, in case you want monitor Tomcat | # The Dcom.sun.management lines are just voluntarily, in case you want monitor Tomcat | ||
+ | # *** Check validity of Xms-Xmx settings in your environment *** | ||
echo \ | echo \ | ||
"CATALINA_OPTS="-server \ | "CATALINA_OPTS="-server \ | ||
Line 167: | Line 168: | ||
</sxh> | </sxh> | ||
- | Add ${catalina.home}/conf to the common.loader values in the catalina.properties file | + | Add ${catalina.home}/conf to the common.loader values in the catalina.properties file and modify last two lines of the file to somewhat speed Tomcat startup |
<codedoc> | <codedoc> |