Hello, I'm using SolrJ on a Tomcat environment with a proxy configured in the catalina.properties
http.proxySet=true http.proxyPort=8080 http.proxyHost=XX.XX.XX.XX My CommonsHttpSolrServer does not seem to use the configured proxy, this results in a " java.net.ConnectException: Connection refused" error. How can I configure Java (jdk1.5.0_09), Tomcat (apache-tomcat-5.5.25) or SolrJ (apache-solr-solrj-1.3.0.jar) to use the proxy? Regards, Rene Schilperoort