是否可以部署具有不同上下文根的两个 Web 服务?每个网络服务都位于战争中。战争和其他库被挤得满满当当。我正在尝试这样的事情:
<modules>
<webModule>
<groupId>group</groupId>
<artifactId>war1</artifactId>
<contextRoot>/api/test</contextRoot>
</webModule>
<webModule>
<groupId>group</groupId>
<artifactId>war2</artifactId>
<contextRoot>/gateway/test/bs</contextRoot>
</webModule>
</modules>
但它不起作用。
java.lang.IllegalStateException: Context root must be the same for all deployed endpoints
我正在使用 JBoss 6.1