[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Unwaring web app - leaves some files in the war

PeterJ do-not-reply at jboss.com
Fri Dec 21 11:28:50 EST 2007


Yes, by the the 21st I mean today  (actually, I meant tomorrow ;-)). It's not there yet but there is still a lot of day left.

Do not add the URLDeploymentScanner to bootstrap-beans.xml. The URLDeploymentScanner is an mbean while the beans in bootstrap-beans.xml are pojos. On 4.x, all deployers were mbeans within the jmx kernel, but in 5.0 the deployers are pojo beans in the microcontainer (the rewriting of the deployers is why deployment is an adventure on 5.0). What you should do is find the attributes you are interested in changing in bootstrap-beans.xml and change those (like the 'scanPeriod' attribute of the 'HDScanner' bean.)

And no I did not test the hot swap by touching application.xml.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115036#4115036

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115036



More information about the jboss-user mailing list