disable class reloading in resin

disable class reloading in resin
set redeploy-mode='manual' in the resin-web.xml
|
| <web-app redeploy-mode='manual'>
| </web-app>
|
| Confusingly, messages and comments in the source refer to attributes
| "redeploy-model" and "redeploy" in files:
|
|   resin/src/com/caucho/server/deploy/Start*Strategy.java
|   resin/src/com/caucho/server/deploy/DeployController.java
|

<redeploy-mode> controls how Resin restarts a < web-app> or < host> when it detects a change in the < web-app> or < host>.
  • automatic - restarts the <web-app> or <host> when a change is detected
  • manual - only restart on an administration command

你可能感兴趣的:(disable class reloading in resin)