Sakibul Hasan

Dont be a Pithagorian, be for others

Tag Archives: deploy

jboss 7.1.1 deploy appliction as domain mode

Edit your file jboss-as-7.1.1.Final/standalone/configuration/standalone.xml

change this value

from

<virtual-server name=”default-host” enable-welcome-root=”true”>

to

 <virtual-server name=”default-host” enable-welcome-root=”false” default-web-module=”your-web-app”>