Question 8

What should I do if JBOSS configuration fails?

Perform the following steps:

Procedure

  1. Open File $JBOSS_HOME/standalone/configuration/standalone.xml.
  2. Add the highlighted property, shown in the follwoing example, within the <system-properties> tag:
    <system-properties>
            … … … … . ….
            … … … … … ….
           <property name="AC_HOME" value="<absolute AC_HOME path> "/>
    </system-properties>
  3. Go to $JBOSS_HOME/modules/com/tibco/fulfillmentcatalog. Locate fulfillmentcatalog module.
  4. Add the details of fulfillmentcatalog module to standalone.xml.
    <subsystem xmlns="urn:jboss:domain:ee:1.0">
                <global-modules>
                    …  …  … .. . . .. . .
                    <module name="com.tibco.fulfillmentcatalog" slot="main"/>
                </global-modules>
     </subsystem>