[jboss-dev-forums] [Design of POJO Server] - Re: WarDeployer dependency on TomcatClusteringCache
bstansberry@jboss.com
do-not-reply at jboss.com
Tue Oct 31 12:43:06 EST 2006
Currently the WarDeployer bean is o.j.w.t.tc6.deployer.TomcatDeployer, which is combining the functions of starting the embedded Tomcat itself and of deploying webapps. If I understand Adrian correctly, he's saying these functions should be separated. That certainly seems cleaner and will eliminate the dependency issue with ClusteredSSO.
Scott, you mention WarDeployer.performDeployInternal -- looks like that class is a pure deployer. Is the plan to switch over to that class, which would allow us to deploy tomcat itself via the DeploymentScanner? The WarDeployer would then need to add a dependency on the embedded Tomcat service itself to any TomcatDeployment mbean.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982171#3982171
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982171
More information about the jboss-dev-forums
mailing list