Hi, all.  I want to compliment the developers on doing a great job.  I have
been working with JBoss for quite a while now in a development environment,
and find it very easy to use and quite high performance as well.

I am currently trying to set up a web application with the integrated Tomcat
(2.1 Beta).  I would like to integrate the Tomcat security with JBoss.  I
have gotten a basic form of integration to work using the JDBCRealm and
JBossRealm in the tomcat server.xml.  However, what I really want to do is
just use whatever I have set up for security in JBoss from Tomcat.  My
current impression of JBossRealm is that it just forwards the credential
information from Tomcat to JBoss.  Is there a way to have the JBossRealm
also perform the initial authentication (rather than requiring JDBCRealm)?
If this was possible, then whatever authentication scheme JBoss was
configured with would transparently work in Tomcat.

Thanks in advance,

Scott


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

Reply via email to