Hi,

Did anybody figure out how to do this? 

Thanks...

^torsten

> -----Oprindelig meddelelse-----
> Fra: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]Pa vegne af Joel Boehland
> Sendt: 1. maj 2001 21:11
> Til: [EMAIL PROTECTED]
> Emne: Re: [JBoss-user] JAAS Tutorial for Jetty??
> 
> 
> Hi Julian,
> Well, it looks like the main thing I would need is to
> figure out how to add the equivalent to a tomcat
> "Request Interceptor" to Jetty. All of the Tomcat
> examples seem to use this as a way of binding the
> Tomcat Realm to a Jboss realm. Below is an excerpt
> from an earlier message describing how to do this for
> tomcat, is there a similar configuration we can do
> with Jetty? Thanks,
> Joel
> 
> ##################################
> To integrate the security with tomcat as well;
> 
> Get the cvs download and copy
> contrib/tomcat/tomcat-service.jar to
> jboss2.2/lib/ext (there is a bug in the 2.2
> distribution)
> 
> Edit the tomcat/conf/server.xml file
> 
> 
>         <RequestInterceptor
>                       className="org.apache.tomcat.request.JDBCRealm"
>                       debug="99"
>                       driverName="org.hsql.jdbcDriver"
>               
> connectionURL="jdbc:HypersonicSQL:hsql://localhost:1476"
>                       connectionName="sa"
>                       connectionPassword=""
>                       userTable="principals"
>                       userNameCol="PrincipalID"
>                       userCredCol="password"
>                       userRoleTable="roles"
>                       roleNameCol="role" />
> 
>       <RequestInterceptor 
> className="org.jboss.tomcat.security.JbossRealm"
> />
> 
> 
> 


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

Reply via email to