You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Brian Buckley <br...@attbi.com> on 2002/10/03 22:39:10 UTC

Manager application and JDBCRealm

Hello,

Is the Manager application that comes with Tomcat for use with the
MemoryRealm only, or can it be used with other types of realms, in
particular, the JDBCRealm?

If it can be used with the JDBCRealm, how does one configure the JDBCRealm
to store the additional descriptive information displayed by the Manager
application (i.e., "Full name" for each User and "Description" for each
Group and for each Role) ?

The example JDBCRealm configuration that comes with Tomcat does not have a
place to store the additional descriptive information .

Any help, tips or references to resources appreciated.

Thanks,
-Brian

<!--  example  has  no "Description" or "Full name" table/columns -->
<Realm className="org.apache.catalina.realm.JDBCRealm" debug="99"
driverName="org.gjt.mm.mysql.Driver"
connectionURL="jdbc:mysql://localhost:3306/test"
connectionName="trial" connectionPassword="pw"
userTable="users" userNameCol="user_name" userCredCol="user_pass"
userRoleTable="user_roles" roleNameCol="role_name" />



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


single SignOn to Tomcat and webapplications

Posted by Mehmet Necati AYSAN <ne...@hotmail.com>.
Hi,

Is it possible to login to a web application ( Jetspeed ) behind a Tomcat
password, (Realm) and once login to Tomcat is it possible for Jetspeed to
recognize the Tomcat login.

Can single SignOn support in Tomcat be used for that purpose?

http://jakarta.apache.org/tomcat/tomcat-4.0-doc/catalina/docs/api/org/apache
/catalina/authenticator/SingleSignOn.html

Thanks

M. Necati Aysan


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>