Author: ajith
Date: Mon Feb 21 03:06:47 2005
New Revision: 154668
URL: http://svn.apache.org/viewcvs?view=rev&rev=154668
Log:
Changed the message of the message that comes when the echo service is not found
Modified:
webservices/axis/trunk/java/modules/core/src/html/HappyAxis.jsp
Modified: webservices/axis/trunk/java/modules/core/src/html/HappyAxis.jsp
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core/src/html/HappyAxis.jsp?view=diff&r1=154667&r2=154668
==============================================================================
--- webservices/axis/trunk/java/modules/core/src/html/HappyAxis.jsp (original)
+++ webservices/axis/trunk/java/modules/core/src/html/HappyAxis.jsp Mon Feb 21 03:06:47 2005
@@ -478,9 +478,9 @@
} else {
%>
<p>
- <font color="red" >
- Not found echo service or Axis2 is not working properly, check whether the echo.jar
is in
- webapps/axis2/WEB-INF/service if it is then report the following error to the mailing
list.
+ <font color="brown" >
+ You can test the deployement functionality by uploading the echo service jar, which can
be found in the
+ samples directory of the axis distribution.
<br>
<%= error%></font>
</p>
|