Hello,
The properties file is in a directory inside of webapps. For example:
tomcat\webapps\dir1\dir2\test.properties
When this properties file is updated and stored through Java, the server will not give the updated values if calling the getProperty method.
-Leah