How did you get web2 to work? I am having problems as explained in the post here: http://www.nabble.com/forum/ViewPost.jtp?post=11689163&framed=y
Hal Finkel wrote: > > 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 > > > -- View this message in context: http://www.nabble.com/web2-jar-notes-tf4123630.html#a13287576 Sent from the Nutch - User mailing list archive at Nabble.com.
