All Downloads are FREE. Search and download functionalities are using the official Maven repository.

b.components.folder-crawler.1.8.3.source-code.webdavContentManager.properties.sample Maven / Gradle / Ivy

Go to download

Use this component crawl a folder. This is a basic component, no thread, no complex timings, no data comparison. A real crawler could use multiple instances of this component.

The newest version!
##################################################
# WebDAVContentManager properties                #
##################################################

# local folder where remote content is saved for local use
webdav.tmpFolder=./target/data/content
# complete URL of webDAV server
webdav.host=http://127.0.01:8080/jackrabbit-webapp-2.2.5/repository/default/
# max timeout
webdav.timeout=30000
# max simultaneous connections
webdav.maxHostConnections=1000
# webDAV credentials
webdav.password=test
webdav.username=test




© 2015 - 2025 Weber Informatics LLC | Privacy Policy