Hello,
Thanks Susam for the help. After making all the changes suggested
by you at the time of crawling following error is displayed:
fetch of http://www.w3schools.com/ failed with:
org.apache.commons.httpclient.ConnectTimeoutException: The host did not
accept the connection within timeout of 10000 ms.
I am not also getting http.proxy.realm, and what is NTLM?
<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>
what value we have to set here?
Thanks