You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ha...@apache.org on 2001/10/28 21:20:35 UTC

cvs commit: jakarta-avalon-cornerstone/apps/demo/src/java/org/apache/avalon/cornerstone/demos/soaphelloworldserver SOAPHelloWorldServerImpl.java

hammant     01/10/28 12:20:35

  Modified:    apps/demo/src/java/org/apache/avalon/cornerstone/demos/soaphelloworldserver
                        SOAPHelloWorldServerImpl.java
  Log:
  Helpful startup messages for newbies.
  
  Revision  Changes    Path
  1.3       +3 -0      jakarta-avalon-cornerstone/apps/demo/src/java/org/apache/avalon/cornerstone/demos/soaphelloworldserver/SOAPHelloWorldServerImpl.java
  
  Index: SOAPHelloWorldServerImpl.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/apps/demo/src/java/org/apache/avalon/cornerstone/demos/soaphelloworldserver/SOAPHelloWorldServerImpl.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SOAPHelloWorldServerImpl.java	2001/09/23 19:38:50	1.2
  +++ SOAPHelloWorldServerImpl.java	2001/10/28 20:20:35	1.3
  @@ -62,6 +62,9 @@
       public void initialize() throws Exception {
           mSOAPification.publish(mHelloWorldServer, publicationName, HelloWorldServer.class);
           getLogger().info("HelloWorldServer published as " + publicationName);
  +        // This is only to help newbies.....
  +        System.out.println("SOAPHelloWorld WSDL server running.  Use SOAPHelloWorldTester to connect to URL listed above to test it");
  +
       }
       
       public void contextualize( final Context context )
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>