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