Is there any way for the server to recognize the changes without restarting after a properties file updated? Because it causes Java.lang.OutOfMemoryError: PermGen space afte
If you're on JDK 7, you can watch the file system for changes and reload the file when necessary.