Hello all, I have been looking for a parameter to add to my hibernate.cfg.xml just to be able to connect to my database though a proxy, and I cant find it any where!
I can connect when the database is at localhost and everything works fine, but when I build the database in a computer out of my network, and I try to connect from a computer inside the network, It does not connect because we are behind the companie's proxy. How can i tell hibernate that I am behind a proxy?
I have tried this, but it did not work: <property name="http.proxy.url">xxx.xxx.xxx.xxx</property> <property name="http.proxy.port">xx</property>
Any ideas??
Thank you!
|