jspider.properties
上传用户:qing5858
上传日期:2015-10-27
资源大小:6056k
文件大小:3k
源码类别:

搜索引擎

开发平台:

Java

  1. # ----------------------------------------------------------------------------- # JSpider Main Configuration File for config 'checkErrors' # ----------------------------------------------------------------------------- # # $Id: jspider.properties,v 1.9 2003/04/03 16:10:23 vanrogu Exp $ # # ----------------------------------------------------------------------------- # ----------------------------------------------------------------------------- # Proxy Configuration # ----------------------------------------------------------------------------- jspider.proxy.use=@jspider.proxy.use@ jspider.proxy.host=@jspider.proxy.host@ jspider.proxy.port=@jspider.proxy.port@ jspider.proxy.authenticate=@jspider.proxy.authenticate@ jspider.proxy.user=@jspider.proxy.user@ jspider.proxy.password=@jspider.proxy.password@ # ----------------------------------------------------------------------------- # Storage Configuration # ----------------------------------------------------------------------------- jspider.storage.provider=net.javacoding.jspider.core.storage.memory.InMemoryStorageProvider # ----------------------------------------------------------------------------- # Task Scheduler Configuration # ----------------------------------------------------------------------------- jspider.taskscheduler.provider=net.javacoding.jspider.core.task.impl.DefaultSchedulerProvider jspider.taskscheduler.monitoring.enabled=true jspider.taskscheduler.monitoring.interval=1000 # ----------------------------------------------------------------------------- # Threading Configuration # ----------------------------------------------------------------------------- jspider.threads.spiders.count=5 jspider.threads.spiders.monitoring.enabled=true jspider.threads.spiders.monitoring.interval=1000 jspider.threads.thinkers.count=1 jspider.threads.thinkers.monitoring.enabled=true jspider.threads.thinkers.monitoring.interval=1000 # ----------------------------------------------------------------------------- # User Agent Configuration # ----------------------------------------------------------------------------- #jspider.userAgent=JSpider (http://j-spider.sourceforge.net) # ----------------------------------------------------------------------------- # Logging Configuration # ----------------------------------------------------------------------------- jspider.log.provider=net.javacoding.jspider.core.logging.impl.CommonsLoggingLogProvider # ----------------------------------------------------------------------------- # Rules Configuration # ----------------------------------------------------------------------------- jspider.rules.spider.count=1 jspider.rules.spider.1.class=net.javacoding.jspider.mod.rule.OnlyHttpProtocolRule jspider.rules.parser.count=1 jspider.rules.parser.1.class=net.javacoding.jspider.mod.rule.TextHtmlMimeTypeOnlyRule