Return-Path: Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: (qmail 89117 invoked from network); 27 Aug 2008 12:26:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Aug 2008 12:26:49 -0000 Received: (qmail 82457 invoked by uid 500); 27 Aug 2008 12:26:47 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 82337 invoked by uid 500); 27 Aug 2008 12:26:46 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 82328 invoked by uid 99); 27 Aug 2008 12:26:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Aug 2008 05:26:46 -0700 X-ASF-Spam-Status: No, hits=-1998.5 required=10.0 tests=ALL_TRUSTED,WEIRD_PORT X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Aug 2008 12:25:57 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id AF65E238896B; Wed, 27 Aug 2008 05:25:57 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r689458 - /cxf/trunk/distribution/src/main/release/samples/js_browser_client_simple/src/demo/hw/server/Server.java Date: Wed, 27 Aug 2008 12:25:57 -0000 To: commits@cxf.apache.org From: bimargulies@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080827122557.AF65E238896B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bimargulies Date: Wed Aug 27 05:25:56 2008 New Revision: 689458 URL: http://svn.apache.org/viewvc?rev=689458&view=rev Log: Reveal the URL when starting the sample service. Modified: cxf/trunk/distribution/src/main/release/samples/js_browser_client_simple/src/demo/hw/server/Server.java Modified: cxf/trunk/distribution/src/main/release/samples/js_browser_client_simple/src/demo/hw/server/Server.java URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/js_browser_client_simple/src/demo/hw/server/Server.java?rev=689458&r1=689457&r2=689458&view=diff ============================================================================== --- cxf/trunk/distribution/src/main/release/samples/js_browser_client_simple/src/demo/hw/server/Server.java (original) +++ cxf/trunk/distribution/src/main/release/samples/js_browser_client_simple/src/demo/hw/server/Server.java Wed Aug 27 05:25:56 2008 @@ -32,7 +32,7 @@ public static void main(String args[]) throws Exception { new Server(); - System.out.println("Server ready..."); + System.out.println("Server ready on http://localhost:9000/SoapContext/SoapPort ..."); Thread.sleep(5 * 60 * 1000); System.out.println("Server exiting");