2 Replies Latest reply on Jan 31, 2006 12:59 PM by dloiacono

    Catalina Realm

    dloiacono

      Hi,
      I have to integrate JOSSO SSO library under JBoss4.0.2RC1.
      For the configuration I have to add a Realm under my context.

      To do so, Tomcat 5.5 docs tells me to create under my /META-INF a context.xml with a definition of element REALM.

      So I have included in my /META-INF folder under my .war this context.xml:

      <Context cookies="false" crossContext="true">
       <!-- JOSSO JAAS Realm -->
       <Realm className="org.josso.jb4.agent.JBossCatalinaRealm"
       appName="josso"
       userClassNames="org.josso.gateway.identity.service.BaseUserImpl"
       roleClassNames="org.josso.gateway.identity.service.BaseRoleImpl"
       debug="1" />
      
       <Valve className="org.josso.tc55.agent.SSOAgentValve" debug="1"/>
       <Valve className="org.josso.tc55.gateway.reverseproxy.ReverseProxyValve" debug="1"/>
      </Context>
      


      Jboss seams to ignore that configuration.
      What is the problem?

      Thanks
      Domenico Loiacono