Re: Exception when starting tomcat 7.0.6

2011-01-21 Thread Konstantin Kolinko
2011/1/21 thomas Ritter : > So I added in the startup.bat the two options that were present in my > previous version of tomcat : -Dvalidationlist.dir="%mekWorkPath%" > -Duser.dir="%mekWorkPath%" Create bin/setenv.bat and put them there: set CATALINA_OPTS=-Dvalidationlist.dir="%mekWorkPath%" -Duser

Exception when starting tomcat 7.0.6

2011-01-21 Thread thomas Ritter
Good afternoon, I am migrating a web application from tomcat 5 to tomcat 7.0.6. First of all, I installed tomcat and validate it works fine : that's validated. Now I need to add some java system properties in the tomcat startup in order to use some specific tools to my application. So I ad