Start and Stop Jira applications
System administration
- Finding your Server ID
- Increasing Jira application memory
- Using the database integrity checker
- Precompiling JSP pages
- Logging and profiling
- Backing up data
- Restoring data
- Search indexing
- Using robots.txt to hide from search engines
- Control anonymous user access
- Moderating user group activity with Safeguards
- Licensing your Jira applications
- Viewing your system information
- Monitor application performance
- Monitoring database connection usage
- Monitor your instance with Jira diagnostics plugin
- Viewing Jira application instrumentation statistics
- Generating a thread dump
- Finding your Jira application Support Entitlement Number (SEN)
- Auditing in Jira
- Monitor security threats
- Data pipeline
- Important directories and files
- Integrating Jira applications with a Web server
- Securing Jira applications with Apache HTTP Server
- Changing Jira application TCP ports
- Connecting to SSL services
- Running Jira applications over SSL or HTTPS
- Configuring security in the external environment
- Data collection policy
- Jira Admin Helper
- Raising support requests as an administrator
- Start and Stop Jira applications
- Managing LexoRank
- Jira cluster monitoring
- Scheduler administration
- Secured secrets by default
On this page
Related content
- Javascript Error when accessing Issues link in Project Navigation after Upgrade
- JVM Segfault (SIGSEGV) After Plugin Initialisation
- SIGSEGV Segmentation Fault JVM Crash
- Uncaught QuotaExceededError displays in browser using Jira server
- Character Encoding Issues when using JASIG CAS Authenticator
- JIRA Agile error during page load - curl already exists
- How to fetch the Team name from the comments by using Regex
- JIRA Agile is currently unavailable error when Restoring the JIRA Cloud backup to JIRA 6.4.5 with JIRA Agile 6.7.4
- Error "Field with id' xxx' and name 'Team' does not support operation 'add' Supported operation(s) are: 'set'" on Jira Align Connector
- Configure the look and feel of Jira applications
How you start and stop your Jira application depends on whether you are running Jira as a Service.
Windows
If you installed Jira as a service, you can Start Jira instance and Stop Jira instance from the Windows Start menu.
You can't start or stop Jira manually using the start-jira.bat
and stop-jira.bat
file.
If you didn't install Jira as a service you'll need to start and stop Jira manually.
- To start Jira run
<installation-directory>\bin\start-jira.bat
- To stop Jira run
<installation-directory>\bin\stop-jira.bat
We recommend running Jira with a dedicated user account. To do this, use the runas
command to execute start-jira.bat
.
> runas /env /user:<DOMAIN>\<jira> start-jira.bat
Where <DOMAIN>
is your Windows domain or computer name and <jira>
is the name of your dedicated user.
Linux
If you installed Jira as a service, use one of the following commands to start or stop Jira.
$ sudo /etc/init.d/jira start
$ sudo /etc/init.d/jira stop
You can't start or stop Jira manually using the start-jira.sh
and stop-jira.sh
files.
If you didn't install Jira as a service you'll need to start and stop Jira manually.
- To start Jira run
<installation-directory>\bin\start-jira.sh
- To stop Jira run
<installation-directory>\bin\stop-jira.sh
We recommend running Jira with a dedicated user account:
$ su -u <user>
$ ./start-jira.sh
Where <user>
is the name of your dedicated user.
If you're using Ubuntu the command is a little different:
$ sudo su <user>
$ ./start-jira.sh
Related content
- Javascript Error when accessing Issues link in Project Navigation after Upgrade
- JVM Segfault (SIGSEGV) After Plugin Initialisation
- SIGSEGV Segmentation Fault JVM Crash
- Uncaught QuotaExceededError displays in browser using Jira server
- Character Encoding Issues when using JASIG CAS Authenticator
- JIRA Agile error during page load - curl already exists
- How to fetch the Team name from the comments by using Regex
- JIRA Agile is currently unavailable error when Restoring the JIRA Cloud backup to JIRA 6.4.5 with JIRA Agile 6.7.4
- Error "Field with id' xxx' and name 'Team' does not support operation 'add' Supported operation(s) are: 'set'" on Jira Align Connector
- Configure the look and feel of Jira applications