Hello,

In order to get the web2 GUI working in tomcat (I am using
tomcat5-5.5.23-10jpp from jpackage), I had to do the following:
1. remove jasper-runtime.jar from WEB-INF/lib - This is because tomcat
provides a version of jasper-compiler different from the version of
jasper-runtime included in the nutch repository.
2. copy xalan-j2-serializer.jar and xalan-j2.jar into WEB-INF/lib - This
is because tomcat does not provide them, nutch web2 does not provide
them, and they are not in the default classpath on my system (which is a
standard jpackage install of jdk-1.6.0). These are needed to generate
the RSS feed.

I hope this helps,
Hal

Reply via email to