Hi,
I followed instructions given on
But in the end I am not able to access JIRA installation page via http://<ip_address_of_droplet>:8080
The error is - This webpage is not available
Please advice!
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
I was having same issue and hopefully it might help someone else in future. What I found out that Tomcat was listening on port 8080 over IPV6 so I had to enable and configure IPV6. You can also configure Tomcat to start on ip4 rather than ip6.
Without more information, it’s hard to provide a thorough answer to your question. One place to look to start debugging an issue is Jira’s log file. It is usually found at: /var/atlassian/application-data/jira/log/atlassian-jira.log
For full instructions on installing Jira on a Linux server, see the documentation from Atlassian.
One common issue with Tomcat, the web server used by Jira, is that its default entropy source is blocking and will cause extremely long startup times in some environments such as cloud servers. In your /path/to/jira/bin/setenv.sh file you can configure a non-blocking entropy source by adjusting the JVM_SUPPORT_RECOMMENDED_ARGS variable like:
JVM_SUPPORT_RECOMMENDED_ARGS="-Djava.security.egd=file:/dev/./urandom"
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.