i try it before and my jetty dont responde correctly ..
i review my instalation of example and i got this error :
HTTP ERROR 503
Problem accessing /RecommenderServlet. Reason:
org.apache.mahout.cf.taste.common.TasteException:
java.lang.ClassNotFoundException: ${recommender.class}
Caused by:
javax.servlet.UnavailableException:
org.apache.mahout.cf.taste.common.TasteException:
java.lang.ClassNotFoundException: ${recommender.class}
at
org.eclipse.jetty.servlet.ServletHolder.makeUnavailable(ServletHolder.java:394)
at
org.eclipse.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:432)
at
org.eclipse.jetty.servlet.ServletHolder.doStart(ServletHolder.java:245)
Well..
i think the servelet dont find a recommender class in recommender.properties
file .
Directory in which this class of recommendation should be?
For the jetty find it?
I would like to run this example in eclipse, and to deploy in tomcat.
thanks
On Tue, Nov 30, 2010 at 4:00 PM, Sean Owen <[email protected]> wrote:
> Yes that page is years old, and very out of date. As the "UPDATE" message
> says there you need to refer to Mahout. Try:
>
> https://cwiki.apache.org/confluence/display/MAHOUT/Recommender+Documentation
>
> On Tue, Nov 30, 2010 at 5:58 PM, Alessandro Binhara <[email protected]
> >wrote:
>
> > hello all ..
> >
> > I'm trying to compile the example of GroupLens. But the tutorial is
> broken.
> > http://taste.sourceforge.net/old.html
> > I not found the file for the ant build. file: build-example-GroupLens
> >
> > someone can help me build this example in eclipse?
> > I created a java project and the files are already compiling.
> >
> > How do I generate the jar and deploy on Tomcat?
> >
> > thanks
> >
>