Hi,

I am using a hosted service for my Java application, and have a hard time to
find the relative directory for the searcher.dir parameter which is defined
in nutch-site.xml.

If I use absolute directory, such as "c:\nutch\crawldata", I can query the
crawled data located in the crawldata folder. However, when I upload the
crawldata folder to the hosted server, I will need to replace the absolute
directory with a relative directory as is a hosted service.

The current directory of my hosted space is:

public_html-webapps
     - nutch
       --crawldata
       --WEB-INF
          ---classes
             ----nutch-site.xml

I would like to use a relative directory pointing directly to the crawldata
folder if it is possible. Alternatively, if absolute directory is required,
I would like to know it as well. I have the control over the Tomcat space.

By the way, my space is running on Linux/Tomcat environment, and I can't
reach the support team during the weekend.

Thanks.

Reply via email to