You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Schilperoort, René <Re...@Getronics.com> on 2009/07/13 15:06:57 UTC

Solrj, tomcat and a proxy

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

Re: Solrj, tomcat and a proxy

Posted by Chris Hostetter <ho...@fucit.org>.
: Subject: Solrj, tomcat and a proxy
: References: <2a...@mail.gmail.com>
: In-Reply-To: <2a...@mail.gmail.com>

http://people.apache.org/~hossman/#threadhijack
Thread Hijacking on Mailing Lists

When starting a new discussion on a mailing list, please do not reply to 
an existing message, instead start a fresh email.  Even if you change the 
subject line of your email, other mail headers still track which thread 
you replied to and your question is "hidden" in that thread and gets less 
attention.   It makes following discussions in the mailing list archives 
particularly difficult.
See Also:  http://en.wikipedia.org/wiki/Thread_hijacking




-Hoss