On 09/06/2010 11:58, Mariano López wrote:
> Yes, all of the apps are in the same Host.
> 
> Here is my server.xml file:


>     <Engine name="Catalina" defaultHost="localhost">
> 
>       <Realm className="org.apache.catalina.realm.JAASRealm"
>              resourceName="jdbc/ds_usuarios_jaas_Local"
>              appName="Usuarios"
>             
> userClassNames="org.sescam.chua.AutenticacionTomcatChua.UsuarioChuaLDAP"
>             
> roleClassNames="org.sescam.chua.AutenticacionTomcatChua.GrupoChuaPrincipal"/>
>     
>       <Host name="localhost"  appBase="webapps"
>             unpackWARs="true" autoDeploy="false"
>             xmlValidation="false" xmlNamespaceAware="false">
> 
>         <Valve className="org.apache.catalina.authenticator.SingleSignOn" />
> 
> 
>       </Host>

I don't know if the SSO valve makes any guarantees about working with
custom JAASRealm's.

Try setting "requireReauthentication" to true.

http://tomcat.apache.org/tomcat-6.0-doc/config/valve.html#Single Sign On
Valve


p




Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to