Norconex / collector-core

Collector-related code shared between different collector implementations
http://www.norconex.com/collectors/collector-core/
Apache License 2.0
7 stars 15 forks source link

crawlDataStoreFactory dont'use 'workDir' variable #30

Closed LeMoussel closed 4 years ago

LeMoussel commented 4 years ago

In configuration file, I set : <workDir>./output/MyWork</workDir>

But with the use of <crawlDataStoreFactory class="com.norconex.collector.http.data.store.impl.jdbc.JDBCCrawlDataStoreFactory" /> the H2 database db.mv.db is created under .\work\crawlstore\jdbc\example.com\h2

Seem to use DEFAULT_WORK_DIR

LeMoussel commented 4 years ago

My mistake was I misplaced the `workdir' tag.