From user-return-5195-apmail-mahout-user-archive=mahout.apache.org@mahout.apache.org Sun Nov 07 08:34:06 2010 Return-Path: Delivered-To: apmail-mahout-user-archive@www.apache.org Received: (qmail 63413 invoked from network); 7 Nov 2010 08:34:06 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Nov 2010 08:34:06 -0000 Received: (qmail 27977 invoked by uid 500); 7 Nov 2010 08:34:36 -0000 Delivered-To: apmail-mahout-user-archive@mahout.apache.org Received: (qmail 27736 invoked by uid 500); 7 Nov 2010 08:34:33 -0000 Mailing-List: contact user-help@mahout.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@mahout.apache.org Delivered-To: mailing list user@mahout.apache.org Received: (qmail 27721 invoked by uid 99); 7 Nov 2010 08:34:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Nov 2010 08:34:32 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of srowen@gmail.com designates 209.85.214.170 as permitted sender) Received: from [209.85.214.170] (HELO mail-iw0-f170.google.com) (209.85.214.170) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Nov 2010 08:34:25 +0000 Received: by iwn5 with SMTP id 5so4740738iwn.1 for ; Sun, 07 Nov 2010 01:34:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=foG1Glt0+8JqIwq69N8oucQ3ZBZdvwG+3PLqm2JyMT4=; b=H63Y44NNhhKcVenYQDjXkEwTO9/OufhHVEZ4IffPtk11UfKkqzRC8KmRsnYAQg+0S4 v6WavKKb+nbuKiUU3AuqeBL0DnHhFqQ5oVXjkJfHnm9BpfLgAXSqgD0pozkczz4VlNgT M8UZV4Fb/2/6BOI5SHQGQMvmNJ9IYTmzenY/Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=JU7ZHfOPlv3mxvP5ORVn2yq2WoCSW0B8UytzBcmH77Zy7xZhBMs0dh7teLJ3RIwTSH 7QRwzNZ/VCUQ8NYNL6jRDnSWCrFeQaKvTon/voMI1ILqxur5Mj4ceiQXmWdC9ZU+cd9q qWchMGHiWNMzx9XffCjK+Pnsn8pkD987z3MRk= MIME-Version: 1.0 Received: by 10.42.214.193 with SMTP id hb1mr2379713icb.465.1289118843557; Sun, 07 Nov 2010 01:34:03 -0700 (PDT) Received: by 10.231.158.200 with HTTP; Sun, 7 Nov 2010 01:34:03 -0700 (PDT) In-Reply-To: References: Date: Sun, 7 Nov 2010 08:34:03 +0000 Message-ID: Subject: Re: Jetty Http error 404 From: Sean Owen To: Mahout User List Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Moving to user@ No that is not what it should be. It should have been filled out with the class name in recommender.properties. Are you sure you ran mvn package and mvn jetty:run-war? On Sun, Nov 7, 2010 at 1:03 AM, Deche Pangestu wrote: > Sean, this is the web.xml... is ${recommender.class} the correct setting? > > > > > =C2=A0 > =C2=A0 =C2=A0taste-recommender > =C2=A0 =C2=A0Taste Recommender > =C2=A0 =C2=A0Taste recommender servlet > > =C2=A0org.apache.mahout.cf.taste.web.RecommenderServlet > =C2=A0 =C2=A0 > =C2=A0 =C2=A0 =C2=A0recommender-class > =C2=A0 =C2=A0 =C2=A0${recommender.class} > =C2=A0 =C2=A0 > =C2=A0 =C2=A01 > =C2=A0 > > =C2=A0 > =C2=A0 =C2=A0axis > =C2=A0 =C2=A0Apache-Axis Servlet > > =C2=A0org.apache.axis.transport.http.AxisServlet > =C2=A0 > > =C2=A0 > =C2=A0 =C2=A0taste-recommender > =C2=A0 =C2=A0/RecommenderServlet > =C2=A0 > =C2=A0 > =C2=A0 =C2=A0axis > =C2=A0 =C2=A0*.jws > =C2=A0 > > =C2=A0 > > =C2=A0 > =C2=A0 =C2=A05 > =C2=A0 > > =C2=A0 > =C2=A0 > =C2=A0 =C2=A0wsdl > =C2=A0 =C2=A0text/xml > =C2=A0 > =C2=A0 > =C2=A0 =C2=A0xsd > =C2=A0 =C2=A0text/xml > =C2=A0 > > > > > > On Sat, Nov 6, 2010 at 8:01 PM, Sean Owen wrote: > >> It works for me by following those instructions. You can look inside the >> generate .war file, at WEB-INF/web.xml, and see whether the >> servlet org.apache.mahout.cf.taste.web.RecommenderServlet actually has i= ts >> recommender-class param set correctly. It does not seem to be in your ca= se. >> >> On Sat, Nov 6, 2010 at 10:28 AM, Deche Pangestu >> wrote: >> >> > Yes I followed the instructions on that page and already edit my >> > recommender.properties file to >> > uncomment >> > >> recommender.class=3Dorg.apache.mahout.cf.taste.example.grouplens.GroupLe= nsRecommender >> > before I got that error... >> > >> > there's also already grouplens.jar in my examples/target folder >> > >> > >> >