Re: Solrj, tomcat and a proxy

2009-07-21 Thread Chris Hostetter

: Subject: Solrj, tomcat and a proxy
: References: 2aa3aff80907130547y124d433chec4f4bcbbfb35...@mail.gmail.com
: In-Reply-To: 2aa3aff80907130547y124d433chec4f4bcbbfb35...@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



Solrj, tomcat and a proxy

2009-07-13 Thread Schilperoort , René
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