Advertisement
Guest User

Untitled

a guest
Feb 15th, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. <credentials username="xxxx" password="xxxxxx">
  2. <default/>
  3. </credentials>
  4.  
  5. <property>
  6. <name>http.agent.name</name>
  7. <value>Nutch Crawl</value>
  8. </property>
  9.  
  10. <property>
  11. <name>plugin.includes</name>
  12. <value>protocol-httpclient|urlfilter-regex|parse-(html|tika)|index-(basic|anchor)|scoring-opic|urlnormalizer-(pass|regex|basic)</value>
  13. </property>
  14.  
  15. <property>
  16. <name>http.auth.file</name>
  17. <value>httpclient-auth.xml</value>
  18. <description>Authentication configuration file for 'protocol-httpclient' plugin.</description>
  19. </property>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement