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 .
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.
Hi,
You can use jira war installation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.