Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 31954 invoked from network); 19 Oct 2010 07:52:25 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 Oct 2010 07:52:25 -0000 Received: (qmail 33633 invoked by uid 500); 19 Oct 2010 07:52:22 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 33419 invoked by uid 500); 19 Oct 2010 07:52:19 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 33408 invoked by uid 99); 19 Oct 2010 07:52:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Oct 2010 07:52:17 +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 (athena.apache.org: domain of wesley.acheson@gmail.com designates 209.85.216.180 as permitted sender) Received: from [209.85.216.180] (HELO mail-qy0-f180.google.com) (209.85.216.180) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Oct 2010 07:52:11 +0000 Received: by qyk1 with SMTP id 1so1793992qyk.18 for ; Tue, 19 Oct 2010 00:51:48 -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=tH9s5PDi8KkDv97+eFqw416BXX7nQE4hXeEOi99sF1g=; b=WfTHaaHfXW6DRAcFGQghOZUwG2oyOg1su0ylPMECXUJx8HM0qEVqzLE3wgMqlUAA6g fSiwr1owLa9sIICc8DH4bjioqM8lyjMRrbfZOfr0XZ+f+G7jsQ1LVFrThlzwszSIfSgd mfO+7AVmDd8zWDC3Au5Zo9syNDWlKehvDEQHw= 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=Z3XzwVFcYpKnlp3pMgiC4NoFbddH3B3w9uOFuzKRzsaX99hkx3fm2CIJcUe+Ixuu2O ip685co9NUYQxD0Lh3Ca8bWp0WKGTR99SeAGSaoFKw7LIsa0FXouqEWSR/jp6x06kgLU vRl0kvDL8XYuOcrsMT846//iQsq3OLyqheI+A= MIME-Version: 1.0 Received: by 10.224.53.90 with SMTP id l26mr3051272qag.361.1287474708344; Tue, 19 Oct 2010 00:51:48 -0700 (PDT) Received: by 10.229.114.209 with HTTP; Tue, 19 Oct 2010 00:51:48 -0700 (PDT) In-Reply-To: References: Date: Tue, 19 Oct 2010 09:51:48 +0200 Message-ID: Subject: Re: How to write the web.xml file in WAR package From: Wesley Acheson To: Tomcat Users List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Tue, Oct 19, 2010 at 3:54 AM, ganu MailList wr= ote: > I need transmit one java project to the WAR package then put it under the > tomcat. =A0But I donot know how to write web.xml of this project rightly.= =A0 I > had written onem =A0but error. =A0Tomcat cannot start this servlet. =A0Ca= n anyone > teach me how to modify it? > > Following is web.xml file. =A0org.apache.axis2.axis2userguide is the pack= age > name. HelloWorldServiceSkeleton is the class name. > > http://java.sun.com/xml/ns/javaee" xsi:schemaLocation=3D" > http://java.sun.com/xml/ns/javaee > http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" version=3D"2.5"> > > =A0 =A0DebugFilter-In > =A0 =A0Print XMl request, XML response and current > timestamps > =A0 =A0com.vzb.varwebservices.filter.DebugFilter > =A0 =A0 > =A0 =A0 =A0 input > =A0 =A0 =A0 true > =A0 =A0 > > > =A0 =A0HelloWorldService > =A0 =A0This is Hello World Service. > > org.apache.axis2.axis2userguide.HelloWorldServiceSkeleton<= /servlet-class> > =A0 =A01 > =A0 > =A0 > =A0 =A0HelloWorldService > =A0 =A0/HelloWorld > =A0 > > What error message are you getting if any. I'm having difficulty understanding what you want and what the problem is. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org