Leah Jay

Greenhorn
+ Follow
since Jul 08, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Leah Jay

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
20 years ago
Hello,

After updating a properties file, is there a way for the server to recognize the changes without restarting?


Thanks,
Leah
20 years ago
Thank you for the replies.
20 years ago
Hello,

If a Java class is not a servlet, does it still have an init() method
that is called when instantiated?

Thank you,
Leah
20 years ago