Hi I use tomcat 3.2 and wounder how 
I can set up jdbc realm for each tomcat application.
Eeach application use different databases.

Today it seems that you only can have one jdbc realm instance for 
all the applications.

In server.xml the syntax is for tomcat 3.2
<RequestInterceptor 
                        className="org.apache.tomcat.request.JDBCRealm" 
                        debug="99" 
                        driverName="org.gjt.mm.mysql.Driver" 
                        connectionURL="jdbc:mysql://localhost/dbName" 
                        userTable="person" userNameCol="email" 
                        userCredCol="password" userRoleTable="groupmember" 
                        roleNameCol="RoleName"
                />



Regards
Alex






__________________________________________________
> Alex Johansson System Developer @ TechLex
> web: www.techlex.se
> mail:  [EMAIL PROTECTED]
> phone: 0708-29 26 01 


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to