Return-Path: Delivered-To: apmail-incubator-cxf-commits-archive@locus.apache.org Received: (qmail 91578 invoked from network); 20 Nov 2006 10:05:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Nov 2006 10:05:40 -0000 Received: (qmail 61862 invoked by uid 500); 20 Nov 2006 10:05:49 -0000 Delivered-To: apmail-incubator-cxf-commits-archive@incubator.apache.org Received: (qmail 61799 invoked by uid 500); 20 Nov 2006 10:05:49 -0000 Mailing-List: contact cxf-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-commits@incubator.apache.org Received: (qmail 61790 invoked by uid 99); 20 Nov 2006 10:05:49 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Nov 2006 02:05:49 -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; Mon, 20 Nov 2006 02:05:38 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 7F0691A9846; Mon, 20 Nov 2006 02:05:05 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r477129 - /incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_RPCLit/README.txt Date: Mon, 20 Nov 2006 10:05:05 -0000 To: cxf-commits@incubator.apache.org From: ema@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061120100505.7F0691A9846@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ema Date: Mon Nov 20 02:05:04 2006 New Revision: 477129 URL: http://svn.apache.org/viewvc?view=rev&rev=477129 Log: Updated rpclit demo's readme Modified: incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_RPCLit/README.txt Modified: incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_RPCLit/README.txt URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_RPCLit/README.txt?view=diff&rev=477129&r1=477128&r2=477129 ============================================================================== --- incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_RPCLit/README.txt (original) +++ incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_RPCLit/README.txt Mon Nov 20 02:05:04 2006 @@ -143,12 +143,12 @@ For UNIX: java -Djava.util.logging.config.file=$CXF_HOME/etc/logging.properties - demo.hwRPCLit.client.Client http://localhost:#/helloworldrpclit/services/hello_world_rpclit?wsdl + demo.hwRPCLit.client.Client http://localhost:#/helloworld/services/hello_world_rpclit?wsdl For Windows: java -Djava.util.logging.config.file=%CXF_HOME%\etc\logging.properties - demo.hwRPCLit.client.Client http://localhost:#/helloworldrpclit/services/hello_world_rpclit?wsdl + demo.hwRPCLit.client.Client http://localhost:#/helloworld/services/hello_world_rpclit?wsdl Where # is the TCP/IP port used by the servlet container, e.g., 8080.