cancel
Showing results for 
Search instead for 
Did you mean: 

How to change to Tomcat 7?

bhj2
Champ in-the-making
Champ in-the-making
Hello,

I want to change the application server (tomcat 7 instead of 6) but I encounter some exceptions. Is there somewhere a list of configuration, files to download, … ?

At the moment I just
-downloaded activiti 5.4 and started it with tomcat 6. Everything is working fine! Smiley Happy
-downloaded tomcat 7.0.12 and placed it in my activiti-5.4/apps repository
-Updated the tomcat.version=7.0.12 in the file build.properties
-added -Dfile.encoding=UTF-8 in catalina.bat
-set URIEncoding="UTF-8" is on the HTTP-connector in ${catalina.home}/conf/server.xml

Best regards
2 REPLIES 2

frederikherema1
Star Contributor
Star Contributor
What exceptions do you encounter?

bhj2
Champ in-the-making
Champ in-the-making
The problem has been resolved by adding this line in catalina.bat after JAVA_OPTS:

-Xms128m -Xmx512m -XX:NewSize=64m -XX:MaxNewSize=64m -XXSmiley TongueermSize=256m -XX:MaxPermSize=512m

Not every exceptions were MemoryOutOfBounds but apparently they were a consequence.