You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi
I hope to running multiple instances of JIRA on one machine.
What I did
Edit <installation-directory>\atlassian-jira\WEB-INF\classes\jira-application.properties
file in any text editor.
jira.home=/opt/jira2
<installation-directory>\conf\server.xml as below
<Server port="8015" shutdown="SHUTDOWN">
...
<Service name="Catalina">
<Connector port="8090"
maxThreads="150"
minSpareThreads="25"
connectionTimeout="20000"
enableLookups="false"
maxHttpHeaderSize="8192"
protocol="HTTP/1.1"
useBodyEncodingForURI="true"
redirectPort="8443"
acceptCount="100"
disableUploadTimeout="true"/>
Run <installation-directory>/bin/start-jira.sh
I got flowing output...
[jira@915448-tools bin]$ ./start-jira.sh
To run JIRA in the foreground, start the server with start-jira.sh -fg
executing as current user
.....
.... .NMMMD. ...
.8MMM. $MMN,..~MMMO.
.?MMM. .MMM?.
OMMMMZ. .,NMMMN~
.IMMMMMM. .NMMMN. .MMMMMN,
,MMMMMM$..3MD..ZMMMMMM.
=NMMMMMM,. .,MMMMMMD.
.MMMMMMMM8MMMMMMM,
.ONMMMMMMMMMMZ.
,NMMMMMMM8.
.:,.$MMMMMMM
.IMMMM..NMMMMMD.
.8MMMMM: :NMMMMN.
.MMMMMM. .MMMMM~.
.MMMMMN .MMMMM?.
Atlassian JIRA
Version : 7.7.1
If you encounter issues starting or stopping JIRA, please see the Troubleshooting guide at http://confluence.atlassian.com/display/JIRA/Installation+Troubleshooting+Guide
Server startup logs are located in /opt/atlassian/jira2/logs/catalina.out
Using CATALINA_BASE: /opt/atlassian/jira2
Using CATALINA_HOME: /opt/atlassian/jira2
Using CATALINA_TMPDIR: /opt/atlassian/jira2/temp
Using JRE_HOME: /opt/atlassian/jira/jre
Using CLASSPATH: /opt/atlassian/jira2/bin/bootstrap.jar:/opt/atlassian/jira2/bin/tomcat-juli.jar
Using CATALINA_PID: /opt/atlassian/jira2/work/catalina.pid
Existing PID file found during start.
Tomcat appears to still be running with PID 76351. Start aborted.
If the following process is not a Tomcat process, remove the PID file and try again:
UID PID PPID C STIME TTY TIME CMD
jira 76351 1 1 00:11 pts/0 00:00:19 /opt/atlassian/jira/jre/bin/java -Djava.util.logging.config.file=/opt/atlassian/jira2/conf/logging.properties -Djava.util.logging.manager=org.apache.juli.