...
- Download the jcifs-1.3.xx.jar from http://jcifs.samba.org/src/
- Copy the JAR to DATAFARI_SOURCE_DIR\mcf\mcf_home\connector-lib-proprietary
So if you are in Debian for example, copy to /opt/datafari/mcf/mcf_home/connector-lib-proprietary
- Rename it into jcifs.jar
mv jcifs-1.3.18.jar jcifs.jar Edit the file /opt/datafari/mcf/mcf_home/connectors.xml and uncomment the line :
<!--repositoryconnector name="Windows shares" class="org.apache.manifoldcf.crawler.connectors.sharedrive.SharedDriveConnector"/→
If you just downloaded Datafari and never launched it, you are done !- Additional step if you have an existing Datafari :
- You need to initialize the connectors in MCF. To do it the simplest is to add this run our dedicated script in /opt/datafari/bin :
initialize_connectors.sh/mcf/mcf_home . First go to this folder: cd /opt/datafari/mcf/mcf_home - Then authorize the execution of the script:
chmod u+x initialize_connectors.sh - Finally launch the script :
bash initialize_connectors.sh
You will see that the connector is now in the list of MCF connectors :
- You need to initialize the connectors in MCF. To do it the simplest is to add this run our dedicated script in /opt/datafari/bin :
...