Re: How to set http proxy for solr in order to make URLDataSource type source work well

2013-12-17 Thread xie kidd
Hi, I got the solution, and add the folloring setting: JAVA_OPTS="$JAVA_OPTS -Dhttp.proxyHost=www-proxy.us.oracle.com-Dhttp.proxyPort=80" to catalina.sh Thanks, Kidd For the ideal, never give up, fighting! On Wed, Dec 18, 2013 at 11:10 AM, xie kidd wrote: > Thanks. > > I run Solr4.5 with Tom

Re: How to set http proxy for solr in order to make URLDataSource type source work well

2013-12-17 Thread xie kidd
Thanks. I run Solr4.5 with Tomcat 7, how should i set the http proxy? Thanks, Kidd For the ideal, never give up, fighting! On Tue, Dec 17, 2013 at 8:45 PM, Ahmet Arslan wrote: > Hi, > > Once I used something like below : > > java -Dhttp.proxyHost=proxyhostURL -Dhttp.proxyPort=proxyPortNumber

Re: How to set http proxy for solr in order to make URLDataSource type source work well

2013-12-17 Thread Ahmet Arslan
Hi, Once I used something like below : java -Dhttp.proxyHost=proxyhostURL -Dhttp.proxyPort=proxyPortNumber -jar start.jar On Tuesday, December 17, 2013 11:08 AM, xie kidd wrote: Hi I install a solr instance after firewall, and try the URLDataSource Example as: http://wiki.apache.org/solr/

How to set http proxy for solr in order to make URLDataSource type source work well

2013-12-17 Thread xie kidd
Hi I install a solr instance after firewall, and try the URLDataSource Example as: http://wiki.apache.org/solr/DataImportHandler Error happened, from log, i think this issue was caused by the http proxy. So my question is, how should i set the http proxy for Solr? or for URLDataSource type Erro

How to set http proxy for solr in order to make URLDataSource type source work well

2013-12-17 Thread xie kidd
Hi I install a solr instance after firewall, and try the URLDataSource Example as: http://wiki.apache.org/solr/DataImportHandler Error happened, from log, i think this issue was caused by the http proxy. So my question is, how should i set the http proxy for Solr? or for URLDataSource type follo