crawl websites out of java web application without using bin/nutch
- by Marcel
hi :)
i am trying to using nutch (1.1) without bin/nutch from my (java) mojarra 2.0.2 webapp... i am searching at google for examples, but there are no examples how i can realize this :/ ... i get an exception and the job fails :/ (i think of cause something with hadoop)... here is my code:
public void run() throws Exception {
final…