Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 34601 invoked from network); 17 Sep 2004 17:46:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 17 Sep 2004 17:46:04 -0000 Received: (qmail 48915 invoked by uid 500); 17 Sep 2004 17:45:34 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 48807 invoked by uid 500); 17 Sep 2004 17:45:33 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 48788 invoked by uid 99); 17 Sep 2004 17:45:33 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of xwaxman@gmail.com designates 64.233.170.202 as permitted sender) Received: from [64.233.170.202] (HELO mproxy.gmail.com) (64.233.170.202) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 17 Sep 2004 10:45:32 -0700 Received: by mproxy.gmail.com with SMTP id 79so75344rnl for ; Fri, 17 Sep 2004 10:45:30 -0700 (PDT) Received: by 10.38.171.2 with SMTP id t2mr184363rne; Fri, 17 Sep 2004 10:45:22 -0700 (PDT) Received: by 10.38.171.34 with HTTP; Fri, 17 Sep 2004 10:45:22 -0700 (PDT) Message-ID: Date: Fri, 17 Sep 2004 10:45:22 -0700 From: Xeth Waxman Reply-To: Xeth Waxman To: "Shapira, Yoav" Subject: Re: Traversing up a directory using RequestDispatcher Cc: Tomcat Users List In-Reply-To: <9C5166762F311146951505C6790A9CF80229C1A0@US-VS1.corp.mpi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <9C5166762F311146951505C6790A9CF80229C1A0@US-VS1.corp.mpi.com> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Worked perfectly - tomcat users get soup :) On Fri, 17 Sep 2004 11:52:48 -0400, Shapira, Yoav wrote: > > Hi, > > >login.jsp in /webapps/ChargeCard (let's call it > >). I have moved my servlets from > >/webapps/ROOT/WEB-INF/classes to > >/WEB-INF/classes. So my question is twofold: > > > >1) from my jsp, how do I invoke the servlet in it's new location? > >Prior I was using: > >
>action="servlet/com.gcc.creditcard/CCLogin"> but that no longer works, > >and it doesn't work without the servlet prefix either. > > To /WEB-INF/web.xml add > > > CCLoginServlet > com.gcc.creditcard.CCLogin > > > CCLoginServlet > /CCLogin > > > Modify the tag to > > > > > Yoav > > This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. > > -- Xeth Waxman xwaxman@gmail.com --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org