Hi Luis,
if you want to set only proxy address and port you can use this proteries with any http protocol plugin:

<property>
  <name>http.proxy.host</name>
  <value></value>
<description>The proxy hostname. If empty, no proxy is used.</description>
</property>

<property>
  <name>http.proxy.port</name>
  <value></value>
  <description>The proxy port.</description>
</property>

But if you need proxy auth. You should use protocol-httpclient and this properties addition with above.


<property>
  <name>http.proxy.username</name>
  <value></value>
  <description>Username for proxy. This will be used by
  'protocol-httpclient', if the proxy server requests basic, digest
  and/or NTLM authentication. To use this, 'protocol-httpclient' must
  be present in the value of 'plugin.includes' property.
  NOTE: For NTLM authentication, do not prefix the username with the
  domain, i.e. 'susam' is correct whereas 'DOMAIN\susam' is incorrect.
  </description>
</property>

<property>
  <name>http.proxy.password</name>
  <value></value>
  <description>Password for proxy. This will be used by
  'protocol-httpclient', if the proxy server requests basic, digest
  and/or NTLM authentication. To use this, 'protocol-httpclient' must
  be present in the value of 'plugin.includes' property.
  </description>
</property>

<property>
  <name>http.proxy.realm</name>
  <value></value>
  <description>Authentication realm for proxy. Do not define a value
  if realm is not required or authentication should take place for any
  realm. NTLM does not use the notion of realms. Specify the domain name
  of NTLM authentication as the value for this property. To use this,
  'protocol-httpclient' must be present in the value of
  'plugin.includes' property.
  </description>
</property>


Talat

08-11-2013 20:29 tarihinde, Luis Armando Roca Fumero yazdı:
Hello friends:

I have nutch 1.7 working perfectly with solr 4.4.0. I'm behind a proxy, all 
urls that are inside (intranet) are perfectly fetched, but the outside urls not.
How can I get nutch 1.7 configured with proxy access???

Best regards,
Luis Armando

La Universidad Central "Marta Abreu" de Las Villas en su 60 Aniversario. 
Fundada el 30 de noviembre de 1952. Visítenos en:  http://www.uclv.edu.cu
Participe en Universidad 2014, del 10 al 14 de febrero de 2014. Habana. Cuba. 
http://www.congresouniversidad.cu/



  • fetching urls Luis Armando Roca Fumero
    • Re: fetching urls Talat UYARER

Reply via email to