Hi,
We have installed tomcat « apache-tomcat-7.0.62 » downloaded by tar and put under /home « /home/apache-tomcat-7.0.62/ » when we start tomcat getting below error.
——————————————————–
*** No external configuration file defined (icescrum_config_location). ***
(*) grails.config.locations = []
——————————————————–
Configuring Spring Security Core …
… finished configuring Spring Security Core
Configuring Spring Security ACL …
… finished configuring Spring Security ACL
/root/icescrum/images/users/
——————
Starting iceScrum version:R6#13.8 SCR:#UNKNOWN Build date:Fri Apr 10 15:43:40 UTC 2015
——————
Exception in thread « [Pool-Cleaner]:Tomcat Connection Pool[1-201381912] »
Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread « [Pool-Cleaner]:Tomcat Connection Pool[1-201381912] »
Exception in thread « Timer-0 »
Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread « Timer-0″
=======================================
Please find the config.groovy detail
/etc/icescrum/config.groovy
grails.serverURL = »http://10.0.x.x:8080/icescrum/ »
icescrum.baseDir = »/home/apache-tomcat-7.0.62/webapps/icescrum »
dataSource.dialect = »org.hibernate.dialect.MySQL5InnoDBDialect »
dataSource.driverClassName = »com.mysql.jdbc.Driver »
dataSource.url = »jdbc:mysql://localhost:3306/icescrum?useUnicode=true&characterEncoding=utf8″
dataSource.username = »root »
dataSource.password = »password123″
================================================
For CATALINA detail.
we have insert the below line into catalina.sh
export CATALINA_OPTS= »$CATALINA_OPTS -Dicescrum.log.dir=/home/apache-tomcat-7.0.62 -Duser.timezone=UTC -Dicescrum_config_location=/etc/icescrum/config.groovy -Xmx1024m -XX:MaxPermSize=1056m »
For IceScrum we have put war fine into tomcat webapps directory.