You have to have a Tomcat realm ahead of the JbossRealm as the JbossRealm
just mpas the credentials obtained by the Tomcat Realm onto the JBoss notion
of the thread user.

----- Original Message -----
From: Ijonas Kisselbach
To: jbUser
Sent: Thursday, April 19, 2001 10:01 AM
Subject: [JBoss-user] JBoss 2.2: Servlet Authentication against JBoss realms. How ?


Hi,

I'm trying to authenticate servlets against a a JBoss realm. I've got the servlets and 
JSP authenticating against the
org.apache.tomcat.request.SimpleRealm and tomcat-users.xml file. This works fine. But 
I know want to go to the next step and
authenticate against a Jboss realm. Hence I've commented out the Tomcat security realm 
request interceptor from server.xml:

<!--
        <RequestInterceptor
            className="org.apache.tomcat.request.SimpleRealm"
            debug="0" />
 -->




_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to