Hi all,
I'm very excited about using recommendation system in my web apps and am new
to Mahout.
I tried installing it and everything seemed to install smoothly until I ran
this command: mvn jetty:run-war
Jetty was started up, but when I tried to access http://mydomain.com:8080/
this is what I get:
HTTP ERROR: 404
Problem accessing /. Reason:
Not Found
------------------------------
*Powered by Jetty://*
*I also tried http://173.255.212.208:8080/RecommenderServlet?userID=1*
which resulted in:
HTTP ERROR: 404
Problem accessing /RecommenderServlet. Reason:
Not Found
------------------------------
*Powered by Jetty:/*
Does anyone know what I'm missing and what I need to do?
Thanks!