I wanted to use Taste as an external web server. I have been able to set up Taste as such.
However, I need to modify the RecommenderServlet.java file to include some code that will preprocess user data/item content data in order to produce the "ratings.txt" file. The included code has some dependencies, and I was wondering where to include the .jar file resolving these dependencies such that they are included within the .war file and recognized by the RecommenderServlet application. I hope my question makes sense. ;) -- Matthew
