当多个Web应用程序在jBoss中具有相同的上下文根时会发生什么?

时间:2012-01-11 14:56:47

标签: deployment jboss

我们在开发环境中使用jBoss进行部署。部署了许多应用程序,其中context root应用程序不一定以WAR命名。

例如,该应用程序可能被称为abc_microsite并且context rootGetoutoftrouble

EAR pom.xml:

                    <webModule>
                        <groupId>company</groupId>
                        <artifactId>abc_microsite-war</artifactId>
                        <contextRoot>Getoutoftrouble</contextRoot>
                    </webModule>

如果使用相同EAR部署多个context root,会发生什么? jBoss如何处理http://server/Getoutoftrouble的请求? OR 尝试部署EAR时会出现错误吗?

1 个答案:

答案 0 :(得分:0)

尝试部署具有相同名称的第二个上下文根时会出错。

重现和检查应该很容易。 :)