Chapter 9. Configuration files: where are they now?

In the following, $JBOSS_HOME is the root directory of the Application Server installation, and $CONFIG is a server configuration, e.g., default, all, etc.

9.1. EJB 2

  • AS 5, EAP 5, AS6:
    • $JBOSS_HOME/server/$CONFIG/deploy/remoting-jboss-beans.xml

9.2. EJB 3

  • AS 5, EAP 5, AS6:
    • $JBOSS_HOME/server/$CONFIG/deploy/ejb3-connectors-jboss-beans.xml

9.3. JBoss Messaging

  • AS 5, EAP 5:
    • $JBOSS_HOME/server/$CONFIG/deploy/messaging/remoting-bisocket-service.xml

    • also see $JBOSS_HOME/docs/examples/jms

  • AS 6: uses Hornetq instead of JBoss Messaging