I have read about "autoDeploy" attribute to "true" in server.xml but this hot deployment for tomcat is only works for existing method implementation. If there are new java/class files added then it would still have to restart the server.
I was wondering if there are any way to hot deploy with tomcat without restarting when adding new files.