packages: jira-enterprise/jira-enterprise-README.PLD - CATALINA_OPTS

pawelz pawelz at pld-linux.org
Sun Nov 22 20:58:30 CET 2009


Author: pawelz                       Date: Sun Nov 22 19:58:30 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- CATALINA_OPTS

---- Files affected:
packages/jira-enterprise:
   jira-enterprise-README.PLD (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: packages/jira-enterprise/jira-enterprise-README.PLD
diff -u packages/jira-enterprise/jira-enterprise-README.PLD:1.3 packages/jira-enterprise/jira-enterprise-README.PLD:1.4
--- packages/jira-enterprise/jira-enterprise-README.PLD:1.3	Sun Nov 22 17:57:11 2009
+++ packages/jira-enterprise/jira-enterprise-README.PLD	Sun Nov 22 20:58:25 2009
@@ -15,14 +15,31 @@
 
 rpm -Uvh rpm/RPMS/jira-enterprise*
 
-3. if you are upgrading jira, you must restart it:
+3. configure CATALINA_OPTS:
+
+add following parameters to CATALINA_OPTS environment variable in
+/etc/sysconfig/tomcat:
+-Dmail.mime.decodeparameters=true -Dorg.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER=true
+
+You should also increase memory limits for tomcat. These are example values
+from CATALINA_OPTS that works for me (tomcat running confluence and tomcat for
+~60 users):
+-Xmx768M -XX:MaxPermSize=512m -XX:PermSize=256m
+
+see:
+http://confluence.atlassian.com/display/JIRA/__setting_mail.mime.decodeparameters?clicked=jirahelp
+and
+http://confluence.atlassian.com/display/JIRA/Installing+JIRA+on+Tomcat+6.0
+for more details.
+
+4. if you are upgrading jira, you must restart it:
 
 service tomcat restart
 OR
 Point your browser to http://server:8080/manager/html
 and restart jira application.
 
-4. configure jira
+5. configure jira
 
 Configure jira database in /etc/jira/tomcat-context.xml and
 /etc/jira/entityengine.xml. Default HSQLDB works out-of-the-box with
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/jira-enterprise/jira-enterprise-README.PLD?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list