1 Reply Latest reply on May 14, 2004 10:24 AM by starksm64

    Tomcat Realm

    cam156

      Hello,

      I set up a custom realm in my stand-alone version of Tomcat.

      When I moved the same code and configuration to the built in tomcat within JBoss, my custom realm no longer gets called.

      Is there a way to set up a custom tomcat realm from within Jboss.

      Here is my configuration in the jboss-service.xml

      <Realm className="mil.dia.realm.ClientCertAuthorizationRealm" debug="99"
       connectionURL="ldap://reagan.mcdonaldbradley.com:391"
       userRoleName="roleMemberOf"
       validate="false"
       certEndpoint="http://66.251.2.145:7001/security/services/CertificateValidationService"
       />
      


      Thanks for any help you can give me!


      -- Carolyn

        • 1. Re: Tomcat Realm
          starksm64

          No, we do not support the externalization of the realm used for authentication and authorization with the embedded tomcat service.