Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

catalina.properties gets overridden on Tomcat restart

I added a property to common.loader in Catalina.properties (eg. added C:/apps/conf) and it is getting reset when I restart Tomcat 7. Though this is not the case on every restart.

Wonder why it's getting overridden sometimes when the server is bounced, any ideas?

like image 731
A.C Avatar asked Nov 02 '12 14:11

A.C


1 Answers

If you're using Eclipse, make sure you update catalina.properties in the "Servers" project in your workspace before you restart. This is the master version of this file and will overwrite anything you may have changed in your tomcat directory.

like image 68
wild_nothing Avatar answered Nov 29 '22 02:11

wild_nothing