I would try 'localhost' to be sure. I am guessing the servlet did not deploy for some reason. You'd have to dig into the logs or debug output to see what it is complaining about. Otherwise it looks right.
On Sat, Nov 6, 2010 at 6:26 AM, Deche Pangestu <[email protected]> wrote: > 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! >
