Go to <searchblox installation path>/etc/manifoldcf.xml
Give the following two lines
<property name="org.apache.manifoldcf.login.name" value="admin"/>
<property name="org.apache.manifoldcf.login.password" value="searchblox"/>
If you have obfuscated password you can use the below lines
<property name="org.apache.manifoldcf.login.name" value="admin"/>
<property name="org.apache.manifoldcf.login.password.obfuscated" value="wkHosnoTLygsYrJsp0q6ZQr8/WGjzyltluThY908b4I="/>
Please restart SearchBlox after the changes
Comments