Return-Path: Delivered-To: apmail-ws-tuscany-commits-archive@locus.apache.org Received: (qmail 85365 invoked from network); 27 Jun 2007 13:17:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Jun 2007 13:17:31 -0000 Received: (qmail 7808 invoked by uid 500); 27 Jun 2007 13:17:34 -0000 Delivered-To: apmail-ws-tuscany-commits-archive@ws.apache.org Received: (qmail 7785 invoked by uid 500); 27 Jun 2007 13:17:34 -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 7773 invoked by uid 99); 27 Jun 2007 13:17:34 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jun 2007 06:17:34 -0700 X-ASF-Spam-Status: No, hits=-99.5 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; Wed, 27 Jun 2007 06:17:30 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 723FA1A981A; Wed, 27 Jun 2007 06:17:10 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r551155 - in /incubator/tuscany/branches/sca-java-0.91/samples: helloworld-dojo/README helloworld-jsonrpc/README Date: Wed, 27 Jun 2007 13:17:10 -0000 To: tuscany-commits@ws.apache.org From: svkrish@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070627131710.723FA1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: svkrish Date: Wed Jun 27 06:17:09 2007 New Revision: 551155 URL: http://svn.apache.org/viewvc?view=rev&rev=551155 Log: fixing client erroneous urls Modified: incubator/tuscany/branches/sca-java-0.91/samples/helloworld-dojo/README incubator/tuscany/branches/sca-java-0.91/samples/helloworld-jsonrpc/README Modified: incubator/tuscany/branches/sca-java-0.91/samples/helloworld-dojo/README URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-0.91/samples/helloworld-dojo/README?view=diff&rev=551155&r1=551154&r2=551155 ============================================================================== --- incubator/tuscany/branches/sca-java-0.91/samples/helloworld-dojo/README (original) +++ incubator/tuscany/branches/sca-java-0.91/samples/helloworld-dojo/README Wed Jun 27 06:17:09 2007 @@ -14,7 +14,7 @@ Once the web app is deployed use your browser to visit the following URL; -http://localhost:8080/sample-helloworldjsonrpc +http://localhost:8080/sample-helloworld-dojo The port and hostname will of course vary depending on your local installation. Modified: incubator/tuscany/branches/sca-java-0.91/samples/helloworld-jsonrpc/README URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-0.91/samples/helloworld-jsonrpc/README?view=diff&rev=551155&r1=551154&r2=551155 ============================================================================== --- incubator/tuscany/branches/sca-java-0.91/samples/helloworld-jsonrpc/README (original) +++ incubator/tuscany/branches/sca-java-0.91/samples/helloworld-jsonrpc/README Wed Jun 27 06:17:09 2007 @@ -14,7 +14,7 @@ Once the web app is deployed use your browser to visit the following URL; -http://localhost:8080/sample-helloworldjsonrpc +http://localhost:8080/sample-helloworld-jsonrpc The port and hostname will of course vary depending on your local installation. --------------------------------------------------------------------- To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org For additional commands, e-mail: tuscany-commits-help@ws.apache.org