Title: RE: JDBC REALM, classnotfound exception

If your TOMCAT_HOME for the running version of tomcat is /usr/local/tomcat, then /usr/local/tomcat/lib will work.  If you are compiling the source to a /build/tomcat directory, then it's /build/tomcat/lib.

-Vijay

-----Original Message-----
From: Alex A. Almero [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 09, 2001 12:32 AM
To: tomcat-user @ jakarta.apache.org
Subject: 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 

����{���j��ɡ

Reply via email to