Documentation Center

Configuring the UGC-extended web application on JBoss Enterprise Application Platform

Perform the following additional configurations to make your UGC website extension work on a JBoss EAP web application server.

Procedure

  1. Open the file standalone.xml, located in the standalone/configuration/ subfolder of your JBoss EAP root location, for editing.
  2. Remove the following line from this file:
    <subsystem xmlns="urn:jboss:domain:jaxrs:1.0"/>
  3. Save and close standalone.xml.
  4. Open the file module.xml, located in the modules/system/layers/base/javax/ws/rs/api/main/ subfolder of your JBoss root location, for editing.
  5. Comment out the following line:
    <resource-root path="jboss-jaxrs-api_1.1_spec-1.0.1.Final-redhat-2.jar"/>

    should become

    <!-- resource-root path="jboss-jaxrs-api_1.1_spec-1.0.1.Final-redhat-2.jar"/ -->
  6. Save and close module.xml.