[jboss-dev-forums] [JBoss AS7 Development] - separating deployers from other services?
Emanuel Muckenhuber
do-not-reply at jboss.com
Thu Sep 16 11:31:31 EDT 2010
Emanuel Muckenhuber [http://community.jboss.org/people/emuckenhuber] created the discussion
"separating deployers from other services?"
To view the discussion, visit: http://community.jboss.org/message/562215#562215
--------------------------------------------------------------
While looking a bit into web deployment i noticed when having 2 batches (subsystems and deployments) the web server / connector actually gets started before deployment processing begins - which does not make much sense, since it's not needed until the Install phase.
So maybe we want have a separate Batch for services and deployers (or beforeDeploymentBatch) - that deployment only requires the deployers to be installed and the deployment process can start? Which means that adding a deployer service would require to use a different batch. I hacked that together locally and seems to work. The other option would be to only start connectors when there is a web deployment, where i'm not sure if that makes much sense either. Thoughts?
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/562215#562215]
Start a new discussion in JBoss AS7 Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2225]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20100916/acd5ac74/attachment.html
More information about the jboss-dev-forums
mailing list