[Rabbit-proxy-users] Problems with rabbit.filter.SQLPRoxyAuth
Brought to you by:
ernimril
From: Luis S. <lso...@gl...> - 2007-06-15 18:58:12
|
Hi Robo, I am trying to get sql authentication working with the latest version of Rabbit. I have this working with 2.37 and 3.1 but cant seem to get it to go with 3.9 under java 6.1 I get the following error [15/Jun/2007:04:48:01 GMT][ERROR][Could not load http filter class: 'rabbit.filter.SQLPRoxyAuth' java.lang.ClassNotFoundException: rabbit.filter.SQLPRoxyAuth] here is my httpinfilters line defining the filter httpinfilters=rabbit.filter.HttpBaseFilter,rabbit.filter.SQLPRoxyAuth,rabbit.filter.DontFilterFilter,rabbit.filter.BlockFilter,rabbit.filter.RevalidateFilter and here is the filter def [rabbit.filter.SQLPRoxyAuth] driver=com.mysql.jdbc.Driver url=jdbc:mysql://mail.gmn-usa.com/RABBITDBNAME user=GMNUSERXXXX password=GMNUSERPASSXXXX select=select password from rabbit where username=? this works with 3.1 and mysql-connector-java-3.1.12-bin.jar rabbit is being run with CLASSPATH=/usr/local/RabbIT3:/usr/local/RabbIT3/jars/rabbit3.jar:/usr/local/RabbIT3/mysql-connector-java-3.1.12-bin.jar java -classpath $CLASSPATH rabbit.proxy.ProxyStarter -f conf/rabbit.conf any thoughts? thanks for your help. --luis -- Luis Soltero, Ph.D., MCS Director of Software Development, CTO Global Marine Networks, LLC StarPilot, LLC Tel: 865-379-8723 Fax: 865-681-5017 E-Mail: lso...@gl... Web: http://www.globalmarinenet.net Web: http://www.starpilotllc.com |