jira and tomcat port ?

Balamurugan T October 22, 2013

i need to know wether jira and tomcat need to be run on same port id (ex for jira 8080 and tomcat 8080 ) . Is it possible to run both application on same port . But when i do this it rediret to tomcat page .

2 answers

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 22, 2013

You can only run one service per port, so if Tomcat is on port 8080, then nothing else can be.

Jira runs inside Tomcat as an application, so if Tomcat is on port 8080, you can tell Tomcat to serve it up under port 8080.

What you can't do is have two Tomcats listening to port 8080.

0 votes
Nadir MEZIANI
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 22, 2013

Hi,

You can use jira war installation.

Suggest an answer

Log in or Sign up to answer