As far as I can tell from using Google, this is a FAQ, but I have yet to find a definitive answer that states, "Yes, this is what you need to do in order to make Tomcat embedded in JBoss reload servlets when the class file has been updated: ...."
Anyone know how to do that? During development I would like Tomcat to check upon every access if the underlying .class file has been modified, and if so, to reload it. I've read the Tomcat documentation that says that you just need to set reloadable="true" on the DefaultContext in server.xml, but that doesn't do anything. Assuming that I have the right file, of course, because Tomcat embedded in JBoss doesn't have a server.xml; it has jboss-service.xml which is the closest thing I could find.
This is JBoss 3.2.2RC3.
Thanks,
-M@




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to