-
Notifications
You must be signed in to change notification settings - Fork 4
Install JBoss 7
luis100 edited this page Jan 9, 2013
·
3 revisions
- Download jboss-as-web-7.1.1.Final
- Deactivate included resteasy by removing the following lines from
JBOSS/standalone/configuration/standalone.xml
<extension module="org.jboss.as.jaxrs"/>
<subsystem xmlns="urn:jboss:domain:jaxrs:1.0"/>
- Deactivate the welcome page by changing the
enable-welcome-root
attribute tofalse
inJBOSS/standalone/configuration/standalone.xml
<virtual-server name="default-host" enable-welcome-root="false">
<alias name="localhost"/>
<alias name="example.com"/>
</virtual-server>