Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 22952 invoked from network); 18 Oct 2005 15:59:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Oct 2005 15:59:39 -0000 Received: (qmail 27000 invoked by uid 500); 18 Oct 2005 15:59:22 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 26983 invoked by uid 500); 18 Oct 2005 15:59:21 -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 26972 invoked by uid 99); 18 Oct 2005 15:59:21 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Oct 2005 08:59:21 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of devquestions@gmail.com designates 64.233.184.198 as permitted sender) Received: from [64.233.184.198] (HELO wproxy.gmail.com) (64.233.184.198) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Oct 2005 08:59:21 -0700 Received: by wproxy.gmail.com with SMTP id i20so567465wra for ; Tue, 18 Oct 2005 08:59:00 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=SXXXsfm8NIxziyhlTzO03WbASQBn2gPMumTdeOKQ/WbtbwYku41CRlUkPXcUpc0jTxZkftqHJqemSPlxrXI+x7E1jVfkYkyLDEQ2vmeD3uQz2F5gLDHytJJ+3Y0C1K6uWH1XS4VxLdymC0EF/vnlYGMya73CToEK9dwB/zhrTEY= Received: by 10.54.99.10 with SMTP id w10mr2195978wrb; Tue, 18 Oct 2005 08:59:00 -0700 (PDT) Received: by 10.54.76.7 with HTTP; Tue, 18 Oct 2005 08:59:00 -0700 (PDT) Message-ID: Date: Tue, 18 Oct 2005 11:59:00 -0400 From: Developer Developer To: Tomcat Users List Subject: Problems with web.xml generated from RAD and from Ecplise. MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_11726_10455553.1129651140042" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_11726_10455553.1129651140042 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hello All, my web.xml generated from RAD does not work in the Web Sphere Application Server, While the web.xml generated from ecplise 3.1 works fine. I guess the problem lies somewhere in the header information. These 3 lines are from ECplise that work Correctly. While these lines are from RAD which do not work correctly. SO, if I replace the first 3 lines in the web.xml from RAD with the one generated from Ecplise then everythings works fine. Does anybody know that is the problem here ? Thanks a lot. ------=_Part_11726_10455553.1129651140042--