似乎还有另一个应用程序正在根上下文“ /”下运行。
在将应用程序分配给根上下文之前,您可能必须删除另一个应用程序或将其移至其他上下文。
如果冲突的应用程序是JBoss AppServer根目录本身,则可以使用以下命令禁用该应用程序( enable-welcome-root =“
false” )
<subsystem xmlns="urn:jboss:domain:web:1.0"> <connector name="http" protocol="HTTP/1.1" socket-binding="http" scheme="http"/> <virtual-server name="localhost" enable-welcome-root="false"> <alias name="example.com"/> </virtual-server></subsystem>



