2011/1/21 thomas Ritter <trit...@edt.fr>: > 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.dir="%mekWorkPath%" There is no need to modify startup.bat > The problem is that now, I have an exception when starting : > java.lang.UnsatisfiedLinkError: C:\dim_file\mek_work\tcnative-1.dll: Can't > find dependent libraries It looks like tcnative-1.dll cannot be loaded. Try to delete/rename tcnative-1.dll. Tomcat can run without it. Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org