Return-Path: Delivered-To: apmail-incubator-ibatis-user-java-archive@www.apache.org Received: (qmail 12755 invoked from network); 18 May 2005 05:31:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 May 2005 05:31:41 -0000 Received: (qmail 83469 invoked by uid 500); 18 May 2005 03:35:42 -0000 Delivered-To: apmail-incubator-ibatis-user-java-archive@incubator.apache.org Received: (qmail 83413 invoked by uid 500); 18 May 2005 03:35:39 -0000 Mailing-List: contact ibatis-user-java-help@incubator.apache.org; run by ezmlm Precedence: bulk Reply-To: ibatis-user-java@incubator.apache.org List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list ibatis-user-java@incubator.apache.org Received: (qmail 83339 invoked by uid 99); 18 May 2005 03:35:38 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of brandon.goodin@gmail.com designates 64.233.170.203 as permitted sender) Received: from rproxy.gmail.com (HELO rproxy.gmail.com) (64.233.170.203) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 17 May 2005 20:35:35 -0700 Received: by rproxy.gmail.com with SMTP id c16so26470rne for ; Tue, 17 May 2005 20:35:16 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qEEo0qof6GA3H2V2Sev2ZScb8SthavgJrjfHrJ8Ms+bC1DCBvbUZwgpJQp0eNEfyI6PirLfZWpgW+3fYNOeqyj+3zy2K9BA6yIPOpMcTEGRyX3Jl8CXwAALV0YOEr4Anvm0D2yETpxFnfR0rIDW9kUrEQANE0M6/O3LsxpV+MMg= Received: by 10.38.149.56 with SMTP id w56mr94007rnd; Tue, 17 May 2005 20:35:15 -0700 (PDT) Received: by 10.38.74.62 with HTTP; Tue, 17 May 2005 20:35:15 -0700 (PDT) Message-ID: <2fe5ef5b050517203517db556a@mail.gmail.com> Date: Tue, 17 May 2005 21:35:15 -0600 From: Brandon Goodin Reply-To: Brandon Goodin To: ibatis-user-java@incubator.apache.org Subject: Re: Very Confused. In-Reply-To: <002001c55b0b$68ed57c0$0901a8c0@DESIGN> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <002001c55b0b$68ed57c0$0901a8c0@DESIGN> X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N It is difficult to give you advice on this sort of proble. Check your logs and make sure you aren't getting an exception. Also, please post your environment and give more detail on your setup. What Servlet container are you running, what version of ibatis jpetstore, what version of jdk etc... Thanks, Brandon On 5/17/05, Dave Guzda wrote: > =20 > Hello,=20 > =20 > I'm trying to get *anything* to work with the iBatis setup and I'm having > very little success...=20 > =20 > I've tried to follow the tutorial and setup the PetStore example but noth= ing > runs for me. I'm sure it is some sort of configuration issue...=20 > =20 > I'm very new to Java ... so I'm sure that isn't helping. (Other applets a= nd > .java files do successfully access my database)=20 > =20 > When I try to enter the store (JPetStore) I get : =20 > HTTP Status 400 - Invalid path /pet/shop/index was requested=20 > I also tried the example from this mailing list found here. It also won't > run for me. > http://www.mail-archive.com/ibatis-user-java@incubator.apache.org/msg0175= 9.html > =20 > Any guidance would be greatly appreciated.=20 > =20 > Dave=20 >