Is it possible to run multiple instances of nutch on the same codebase?
Let me explain.Let's say I want to run 2 search engines on the same server. For search engine one I use the database "crawl" and for the second search engine I use "crawl2" as the database
For accessing the content could I use different ports for each engine? engine one will be localhost:8080 and engine two will be localhost:8081
Just asking if this is possible. Thanks in advance for any idea/help. Matt
