2 Replies Latest reply on Feb 28, 2011 1:35 PM by wdfink

    J2ee/J2e complancy and JBoss 5 instances

    willemnoorduin

      When you look at ${JBOSS_HOME}/server, you see the following instance (templetes):

       

      • default
      • all
      • standard
      • poduction (only in the Enterprise Edition)
      • minimal
      • web

       

      Of these, the instances {default, production, minimal, web} are optimized for porfermance. A couple of days ago, some friends of mine came back from a JBoss training with the fact, that only standard is J2E compliant and the rest of the instances are failing because of altered class-loading characteristic. My questions are:

       

      1. Is this true for the mentioned instances (thus, is stabdard the only J2E compliant instance) ?
      2. What could I take for a cluster aware J2E compliant instance ?
      3. If there is no template for a cluster aware J2E compliant instance, what are the steps to add things to standard to make it into a cluster aware J2E compliant instance ?
      4. How to check J2E compliancy ?