If you touch the web.xml, the application will be redeployed. Other than possibly affecting existing sessions, there should not be an issue with doing this.
If you do not tounch the web.xml file, the updated class file will be ignored (not reloaded and therefore not used). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201082#4201082 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4201082 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
