Return-Path: Delivered-To: apmail-ws-tuscany-commits-archive@locus.apache.org Received: (qmail 86593 invoked from network); 7 Jan 2007 10:41:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Jan 2007 10:41:04 -0000 Received: (qmail 60097 invoked by uid 500); 7 Jan 2007 10:41:11 -0000 Delivered-To: apmail-ws-tuscany-commits-archive@ws.apache.org Received: (qmail 60023 invoked by uid 500); 7 Jan 2007 10:41:11 -0000 Mailing-List: contact tuscany-commits-help@ws.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: tuscany-dev@ws.apache.org Delivered-To: mailing list tuscany-commits@ws.apache.org Received: (qmail 60012 invoked by uid 99); 7 Jan 2007 10:41:11 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Jan 2007 02:41:11 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Jan 2007 02:41:03 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id EA16D1A981A; Sun, 7 Jan 2007 02:40:04 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r493693 - in /incubator/tuscany/java/samples/sca: greeterws-oneway/src/main/webapp/WEB-INF/web.xml helloworldws/src/main/webapp/WEB-INF/web.xml loanappconversationWS/src/main/webapp/WEB-INF/web.xml Date: Sun, 07 Jan 2007 10:40:04 -0000 To: tuscany-commits@ws.apache.org From: antelder@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070107104004.EA16D1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: antelder Date: Sun Jan 7 02:40:04 2007 New Revision: 493693 URL: http://svn.apache.org/viewvc?view=rev&rev=493693 Log: Change to use default servlet mapping Modified: incubator/tuscany/java/samples/sca/greeterws-oneway/src/main/webapp/WEB-INF/web.xml incubator/tuscany/java/samples/sca/helloworldws/src/main/webapp/WEB-INF/web.xml incubator/tuscany/java/samples/sca/loanappconversationWS/src/main/webapp/WEB-INF/web.xml Modified: incubator/tuscany/java/samples/sca/greeterws-oneway/src/main/webapp/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/incubator/tuscany/java/samples/sca/greeterws-oneway/src/main/webapp/WEB-INF/web.xml?view=diff&rev=493693&r1=493692&r2=493693 ============================================================================== --- incubator/tuscany/java/samples/sca/greeterws-oneway/src/main/webapp/WEB-INF/web.xml (original) +++ incubator/tuscany/java/samples/sca/greeterws-oneway/src/main/webapp/WEB-INF/web.xml Sun Jan 7 02:40:04 2007 @@ -45,7 +45,7 @@ TuscanyServlet - /services/* + /* Modified: incubator/tuscany/java/samples/sca/helloworldws/src/main/webapp/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/incubator/tuscany/java/samples/sca/helloworldws/src/main/webapp/WEB-INF/web.xml?view=diff&rev=493693&r1=493692&r2=493693 ============================================================================== --- incubator/tuscany/java/samples/sca/helloworldws/src/main/webapp/WEB-INF/web.xml (original) +++ incubator/tuscany/java/samples/sca/helloworldws/src/main/webapp/WEB-INF/web.xml Sun Jan 7 02:40:04 2007 @@ -35,7 +35,7 @@ TuscanyServlet - /services/* + /* Modified: incubator/tuscany/java/samples/sca/loanappconversationWS/src/main/webapp/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/incubator/tuscany/java/samples/sca/loanappconversationWS/src/main/webapp/WEB-INF/web.xml?view=diff&rev=493693&r1=493692&r2=493693 ============================================================================== --- incubator/tuscany/java/samples/sca/loanappconversationWS/src/main/webapp/WEB-INF/web.xml (original) +++ incubator/tuscany/java/samples/sca/loanappconversationWS/src/main/webapp/WEB-INF/web.xml Sun Jan 7 02:40:04 2007 @@ -43,7 +43,7 @@ TuscanyServlet - /services/* + /* --------------------------------------------------------------------- To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org For additional commands, e-mail: tuscany-commits-help@ws.apache.org