java - Using JSP Hot deployment for application that need frequent update -


is using jsp hot deployment solution publish new or updated content avoid restarting java ee server (cannot hot deploy jar)? should not use jsp code lot of java, have other solution?

with tomcat, can use parallel deployment method. able deploy new version , keep older 1 running every users has session on it.

it simple when using war files, recommend simple script delete older versions after couple of days exemple, keep few running versions.

you can more informations here : http://tomcat.apache.org/tomcat-7.0-doc/config/context.html#parallel_deployment


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -