You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by de...@apache.org on 2005/06/30 16:30:59 UTC

svn commit: r202561 - /webservices/axis/trunk/java/modules/core/src/org/apache/axis/transport/http/SimpleHTTPServer.java

Author: deepal
Date: Thu Jun 30 07:30:58 2005
New Revision: 202561

URL: http://svn.apache.org/viewcvs?rev=202561&view=rev
Log:
if the server start it will be displyed

Modified:
    webservices/axis/trunk/java/modules/core/src/org/apache/axis/transport/http/SimpleHTTPServer.java

Modified: webservices/axis/trunk/java/modules/core/src/org/apache/axis/transport/http/SimpleHTTPServer.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core/src/org/apache/axis/transport/http/SimpleHTTPServer.java?rev=202561&r1=202560&r2=202561&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/core/src/org/apache/axis/transport/http/SimpleHTTPServer.java (original)
+++ webservices/axis/trunk/java/modules/core/src/org/apache/axis/transport/http/SimpleHTTPServer.java Thu Jun 30 07:30:58 2005
@@ -242,6 +242,7 @@
             System.out.println("[Axis2] Using the Repository " + new File(args[1]).getAbsolutePath());
             System.out.println("[Axis2] Starting the SimpleHTTPServer on port "+ args[0]);
             thread.start();
+             System.out.println("[Axis2] SimpleHTTPServer started");
             System.in.read();
         } finally {
             reciver.stop();