> You can configure something like tomcat's autodeploy
Sorry for the mistake. I mean tomcat's context reloadable attribute.
(Set to true if you want Catalina to monitor classes
in /WEB-INF/classes/ and /WEB-INF/lib for changes, and automatically
reload the web application if a change is detected
Hi.
I've been checking the Sun Java System Application Server Platform
Edition 8.2. And, what was my surprise when i didn't find a "reload"
function for the web apps! I mean, in tomcat you can "reload" webapps
manually (with the manager, for example) without stopping anything.
In JSAS 8.2 you ca