I installed Jira on CentOS minimal from machine1 via terminal, onto machine2.
CLI install was smooth and I see the final message:
[code]
Installation of JIRA Software 7.12.1 is complete
Your installation of JIRA Software 7.12.1 is now ready and can be accessed
via your browser.
JIRA Software 7.12.1 can be accessed at http://localhost:8080
Finishing installation ...
[root@localhost home]#
[/code]
On machine1 > Browser > 192.168.1.141:8080 error: This site can't be reached.
Machine1 can ping machine2.
How can I view the GUI?
Solved by using man firewall-cmd.
Open port: firewall-cmd --add-port=8080/tcp
List open ports: firewall-cmd --list-all
Save as permanent rule: firewall-cmd --runtime
For some reason, CentOS or Jira install default doesn't have port 8080 open...why?
Hello,
Can you run "ps -ef | grep jira" command on machine2 and share the result here please.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
Are you sure that you do not have any firewalls in machine2?
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.