FAQ ======= Q: Can I affect the range from which Documancer chooses its ports? A: Add this section to ~/.documancer/config.ini ----- [Backend] ports_range=- ----- The default is ports_range=49152-65535 Q: How can I share configuration with Mozilla (fonts etc.)? A: Copy ~/.mozilla///prefs.js to ~/.documancer/mozilla-profile/prefs.js. You can also symlink it, but it is not recommended because Documancer could mess with your Mozilla's configuration. Q: How can I use different Java implementation for running the indexer? A: Add this section to ~/.documancer/config.ini ----- [Backend] java= ----- The default is 'java'. Kaffe 1.1.4 works too.