Hi. When we upload a .class file or a servlet to the server, the web server restarts. This does not happen when we upload a JSP. Is there a way to configure Resin so that it dynamically loads the class without restarting the web server?
|
|
To my knowledge, Resin is the only servlet engine that can reload classes if they change. To do that, you need to use the Below, an example of
My understanding is that Resin will check each and every source file and, if they have changed from the .class time/date/size in |
||
|
|
