Yeah...I would like to see us fix this at some point. I think if we delete a GBean, it should rebuild the car that it references or something along those lines. A deletion is a deletion and I think a load="false" is not really a deletion.
Jeff Paul McMahan wrote: > On Aug 9, 2007, at 4:56 PM, threepointsomething wrote: > >> I had removed the entire element <gbean >> name="TomcatWebConnector">...</gbean> from config.xml. That >> is when >> it was showing 2 8080 connectors. >> >> If I use load="false" it seems fine and only 1 8080 connector is shown. > > I think you are seeing this because when you remove that section of XML > from config.xml you are not actually removing the connector, just the > configuration overrides for it. The connector is actually defined in > tomcat's deployment plan. Setting load="false" in config.xml prevents > the connector (which was defined elsewhere) from starting. > > > Best wishes, > Paul
