You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by em...@apache.org on 2006/11/20 11:05:05 UTC

svn commit: r477129 - /incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_RPCLit/README.txt

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.