Reporter |
![]() |
---|---|
Created | Feb 15, 2012 6:07:30 PM |
Updated | May 13, 2013 5:44:35 PM |
Resolved | May 13, 2013 5:44:35 PM |
Feedback:
Configuration:
yum install tomcat6 tomcat-native
and drop the war file in /var/lib/tomcat6/webapps.
For testing you can also
mkdir /usr/share/tomcat6/teamsysdata
mkdir /usr/share/tomcat6/teamsysdata-backup
chmod g+w /usr/share/tomcat6/teamsysdata*
chown tomcat:tomcat /usr/share/tomcat6/teamsysdata*
This avoids having to change the web.xml, but is not recommended for production use
Oh and btw selinux is currently disabled.
Running under Centos/RedHat 6 with the standard tomcat 6 container and init scripts: Youtrack tries to build the database twice and errors with the error.
Configuration:
yum install tomcat6 tomcat-native
and drop the war file in /var/lib/tomcat6/webapps.
For testing you can also
mkdir /usr/share/tomcat6/teamsysdata
mkdir /usr/share/tomcat6/teamsysdata-backup
chmod g+w /usr/share/tomcat6/teamsysdata*
chown tomcat:tomcat /usr/share/tomcat6/teamsysdata*
This avoids having to change the web.xml, but is not recommended for production use
Oh and btw selinux is currently disabled.