Hi all, I'm following the instructions on the Mahout wiki for launching a non-distributed recommender service:
$ cd integration $ cp ../examples/target/grouplens.jar ./lib Unfortunately, I don't have an integration directory in my local file system. I tried out my recommender by adding a simple .java file to examples/src/main/java/org/apache/mahout/cf/taste/example/adsense, and it works. I see .props files in src/conf for recommendations, and recommender JWS and servlet files in taste-web. The recommender I'm using, as well as the input files I'm feeding are pretty standard. I feel that all the pieces are there for me to publish this as a web service, but I just don't know which commands to run. Could somebody help? (I see Jetty as a dependency in the POM file. Does Maven pull in all the needed dependencies, or do I also need to install a webserver?) Thank you, Ozgun.
