我的应用程序运行正常,使用此URL: http://localhost:8291/projectName/index.html
但我想用http://localhost:8291运行我的项目。
我尝试在standalone.xml
文件中进行配置更改
jboss-as-7.1.1.Final\standalone\configuration\standalone.xml
<subsystem xmlns="urn:jboss:domain:web:1.1" default-virtual-server="default-host" native="false">
<connector name="http" protocol="HTTP/1.1" scheme="http" socket-binding="http"/>
<virtual-server name="default-host" enable-welcome-root="false">
<alias name="localhost"/>
<alias name="example.com"/>
</virtual-server>
</subsystem>
但它没有用。