I'm trying to install JIRA 7.2.4 on a linux VM. I'm ONLY using this to migrate issues from Bugzilla (and then to JIRA cloud).
Installation looked successful but trying to browse to <myhostname>:8080 gives me a connection refused error. I think port 8080 is open
tcp 0 0 :::8080 :::* LISTEN 25490/java
Probably you need to open port in the firewall. For CENTOS 7 which is my favorite linux flavor I run command like this:
firewall-cmd --zone=public --add-port=8080/tcp --permanent
More details for CENTOS 7: http://stackoverflow.com/questions/24729024/centos-7-open-firewall-port
This is system specific so please do research for your type of linux.
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.