Documentation for JIRA 4.0. Documentation for other versions of JIRA is available too. 
![]()
Here is a list of app servers, and how to set the parameter for each:
AppServer |
Startup script |
Variable to edit |
Example |
|---|---|---|---|
Orion |
n/a |
n/a |
|
Tomcat (and JIRA Standalone) |
bin/setenv.sh, bin/setenv.bat or as a Windows Service |
JAVA_OPTS |
|
Weblogic |
$BEA_HOME/domain/<domain>/startWebLogic.sh |
JAVA_OPTIONS |
|
JBoss 3.2.x |
bin/run.sh |
JAVA_OPTS |
|
Resin 3.0.x |
bin/httpd.sh |
n/a |
Start with httpd.sh -J-Xrunyjpagent:onexit=memory,dir=/path/to/write/snapshots |