A user writes:
In the attached localhost_2006-09-22.log, I can see the first exception has the following:
...and I traced its cause down to Catalina.policy, which, on my platform (Debian/Ubuntu) required me to create the file /etc/tomcat5/policy.d/05jira.policy with the following content:
After I "fixed" this issue, I then needed to chown tomcat5 $JIRA_HOME -R otherwise the HSQL database couldn't be created.
A user writes:
There is a readme file shipped with JIRA. It said that you need to change port 8080 in order to get Tomcat(say a) to start up. BUT, if you have a CATALINA_HOME environment variable already set for an existing Tomcat(say b) running on the same server, running startup from the bin directory will start up Tomcat(b). For Tomcat(a) to start one needs to delete the existing CATALINA_HOME environment variable as well.