0 Replies Latest reply on Jan 24, 2002 2:19 PM by twhphan

    Use JBoss Authentication without jboss-web.xml

    twhphan

      Without jboss-web.xml,

      <jboss-web>
      <security-domain>java:/jaas/other</security-domain>
      ...
      </jboss-web>

      May we able to use the JBoss Authentication modules in a web container, which runs on a different JVM than the JBoss one)? How? I'd like to use j_username and j_password in my login form

      I've an external Tomcat 4.0.1 that doesn't read jboss-web.xml. So far, my Tomcat can reference JBoss resources via the jndi-name with web.xml and jndi.properties. Which directory in the file system should I put my auth.conf file?

      Or how may we make an external Tomcat to parse jboss-web.xml?

      Thanks