So let me get this right.

First I authenticate within Tomcat, using the usual means.... This then sets
ups credentials which will be passed onto JBoss for further handling.

But always authenticate in Tomcat first... ??

This makes sense if this is the case. Can you confirm ?

Cheers,
Ijonas.


----- Original Message -----
From: "Scott M Stark" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 19, 2001 6:53 PM
Subject: Re: [JBoss-user] JBoss 2.2: Servlet Authentication against JBoss
realms. How ?


>
> 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
>

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

Reply via email to