You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Alex A. Almero" <aa...@yahoo.com> on 2001/02/09 06:31:37 UTC

JDBC REALM, classnotfound exception

here's my xml entries,

<RequestInterceptor                                                    
            className="org.apache.tomcat.request.JDBCRealm"                    
            debug="99"                                                         
            driverName="com.informix.jdbc.IfxDriver"                           
 connectionURL="informix-sqli://ip:port/authority:informixserver=dbsvrname
            connectionName="test"                                              
            connectionPassword="test"                                          
            userTable="users"                                                  
              userNameCol="user_name"                                          
              userCredCol="user_pass"                                          
            userRoleTable="user_roles"                                         
roleNameCol="role_name" />

what particular /lib directory will i put my driver.jar? is it on /usr/local/tomcat/lib?

thanks 
alex