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

adrian@jboss.org do-not-reply at jboss.com
Mon Jan 28 09:27:20 EST 2008


Looking at the AbstractWarDeployer this looks ok to me.

So the first step would be to seperate out the runtime part of TomcatDeployer
into a TomcatService or something that is constructed in deploy.

Other things that look wrong are things like:

  |       config.setSecurityManagerService(this.secMgrService);
  | 

where secMgrService is a link to the object rather than the name.
This kind of think should be configured in the ServiceMetaData as an injection
based on a name.

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

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



More information about the jboss-dev-forums mailing list