This content has been marked as final.
Show 2 replies
-
1. Re: Database beyond socks proxy
julianc Apr 4, 2012 6:46 AM (in response to julianc)Solved for Mysql.
Mysql supports a socketFactory configuration property. I cloned the default and added proxy capabilities to it. Then the following worked in my applicationContext.xml:
<entry key="socksProxyHost" value="$" />
<entry key="socksProxyPort" value="$" />
</map>
</property>
</bean>
A more general solution for any database would be nice.
Julian
-