You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by sr...@apache.org on 2009/06/01 23:36:56 UTC

svn commit: r780843 - /lucene/mahout/trunk/taste-web/src/main/webapp/WEB-INF/web.xml

Author: srowen
Date: Mon Jun  1 21:36:56 2009
New Revision: 780843

URL: http://svn.apache.org/viewvc?rev=780843&view=rev
Log:
Make sure RecommenderServlet inits at startup

Modified:
    lucene/mahout/trunk/taste-web/src/main/webapp/WEB-INF/web.xml

Modified: lucene/mahout/trunk/taste-web/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/taste-web/src/main/webapp/WEB-INF/web.xml?rev=780843&r1=780842&r2=780843&view=diff
==============================================================================
--- lucene/mahout/trunk/taste-web/src/main/webapp/WEB-INF/web.xml (original)
+++ lucene/mahout/trunk/taste-web/src/main/webapp/WEB-INF/web.xml Mon Jun  1 21:36:56 2009
@@ -30,6 +30,7 @@
       <param-name>recommender-class</param-name>
       <param-value>${recommender.class}</param-value>
     </init-param>
+    <load-on-startup>1</load-on-startup>
   </servlet>
 
   <servlet>