JIRA 4.3 : Setting Properties and Options on Startup
This page last changed on Dec 28, 2010 by jlargman.
This page describes how to set Java properties and options on startup for JIRA Stand-alone and EAR/WAR versions. On this page: LinuxTo Configure System Properties in Linux Installations,
Windows (starting from .bat file)To Configure System Properties in Windows Installations When Starting from the .bat File,
Windows ServiceThere are two ways to configure system properties when starting Running JIRA Standalone as a Service, either via command line or in the Windows Registry Setting Properties for Windows Services via Command LineSetting Properties for Windows Services via Command Line
Setting Properties for Windows Services via the Windows RegistryIn some versions of Windows, there is no option to add Java variables to the service. In these cases, you must add the properties by viewing the option list in the registry. To Set Properties for Windows Services via the Windows Registry,
Verifying Your SettingsTo verify what settings are in place, check the <jira-home>/logs/atlassian-jira.log or catalina.out file. A section in the startup appears like this: JVM Input Arguments : -Djava.util.logging.config.file=/usr/local/jira/conf/logging.properties -XX:MaxPermSize=256m -Xms256m -Xmx384m -Djava.awt.headless=true -Datlassian.standalone=JIRA -Dorg.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER=true -Dmail.mime.decodeparameters=true -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.endorsed.dirs=/usr/local/jira/endorsed -Dcatalina.base=/usr/local/jira -Dcatalina.home=/usr/local/jira -Djava.io.tmpdir=/usr/local/jira/temp This display is also available by Viewing your System Information. List of Startup Parameters![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
![]() |
Document generated by Confluence on Mar 27, 2011 18:35 |