How to auto-reload without losing server state?
I used to use Tomcat and Java. When Tomcat automatically reloads changed
Java code, it does not lose any server state, for example sessions are not
lost.
Recently I started to learn Play framework, and it seems to restart entire
server whenever controllers change. My web application has a login screen,
therefore even if there is a small code change, I have to manually login
again to test the feature.
Can Play reload source code without losing server states?
No comments:
Post a Comment