Changeset 4381
- Timestamp:
- Aug 6, 2008, 1:37:12 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/src/docbook/admindoc/installation_upgrade.xml
r4371 r4381 708 708 Download and install Apache Tomcat 6.0.14 or later, available 709 709 from <ulink 710 url="http://tomcat.apache.org" /> 710 url="http://tomcat.apache.org" />. 711 711 712 712 It is a good idea to specify the maximum allowed memory 713 713 that Tomcat can use. The default setting is usually not 714 large enough. To do this you have to set Java startup options 714 large enough. If you are using Tomcat 6.0.18 or higher 715 you also need to disable strict parsing of JSP files. 716 717 To do this you have to set Java startup options 715 718 in the <code>CATALINA_OPTS</code> environment variable. 716 719 717 Basically add the next line close to the top of720 Basically add the next line (as a single line) close to the top of 718 721 the <filename>catalina.sh</filename> script that comes 719 722 with Tomcat 720 723 (directory <filename 721 724 class="directory">bin</filename>): 722 <programlisting>CATALINA_OPTS="-Xmx500m"</programlisting> 725 <programlisting>CATALINA_OPTS="-Xmx500m 726 -Dorg.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING=false"</programlisting> 723 727 </para> 724 728 <para>
Note: See TracChangeset
for help on using the changeset viewer.