[jboss-dev-forums] [Design of JBoss/Tomcat Integration] - Re: Tomcat Deployer is wrong in JBoss Head

bstansberry@jboss.com do-not-reply at jboss.com
Mon Jan 28 10:07:44 EST 2008


I'd thought about this separation of the deployment chain and the runtime a while back. AFAICT it seemed quite simple; looked like the different functionality in TomcatDeployer was largely separated into different methods, with the stuff related to controlling the webserver lifecycle encapsulated into create/start/stop/destroy and the deployment stuff quite separate.  The only common bit I saw was the fact that both sides were interested in conf/web.xml. As long as that resource was in a location visible to both deploy and deployers, it might just be a matter of splitting the class.

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

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



More information about the jboss-dev-forums mailing list