i have installed jira 8.0 on my ds214+ and i can start it without problem. it sais tomcat is started when i execute start-jira.sh
But localhost:8080 doesnt work and i dont see 8080 in netstat.
what am i doing wrong?
I would take a closer look at your $JIRAINSTALL/log/catalina.out log file. I suspect that Jira is not actually running, even though that startup script says it was started. Likely Jira started and immediately encountered a problem that forced it to shutdown again. In cases like that, the script is not aware of this shutdown.
The log file should be able to tell us more about any errors or problems that Jira encountered in a startup that would account for this behavior.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.