You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrf-commits@ws.apache.org by jr...@apache.org on 2005/07/23 01:01:02 UTC

svn commit: r224415 - /webservices/wsrf/trunk/src/site/content/xdocs/tutorial/webapp.xml

Author: jruzzi
Date: Fri Jul 22 16:01:01 2005
New Revision: 224415

URL: http://svn.apache.org/viewcvs?rev=224415&view=rev
Log:
updated example URL

Modified:
    webservices/wsrf/trunk/src/site/content/xdocs/tutorial/webapp.xml

Modified: webservices/wsrf/trunk/src/site/content/xdocs/tutorial/webapp.xml
URL: http://svn.apache.org/viewcvs/webservices/wsrf/trunk/src/site/content/xdocs/tutorial/webapp.xml?rev=224415&r1=224414&r2=224415&view=diff
==============================================================================
--- webservices/wsrf/trunk/src/site/content/xdocs/tutorial/webapp.xml (original)
+++ webservices/wsrf/trunk/src/site/content/xdocs/tutorial/webapp.xml Fri Jul 22 16:01:01 2005
@@ -27,8 +27,8 @@
 				<li>Save and close build.properties.</li>
 				<li>Run <code>ant compile deploy</code>. The service is compiled and deployed to the WSRF Web application.</li>
 				<li>Start Tomcat if it is not already started.</li>
-				<li>Using a browser, go to  <a href="http://doc-lab.americas.hpqcorp.net:8080/wsrf/servlet/AxisServlet">
-				http://doc-lab.americas.hpqcorp.net:8080/wsrf/servlet/AxisServlet</a> and verify that the filesystem service is deployed.
+				<li>Using a browser, go to  <a href="http://localhost:8080/wsrf/servlet/AxisServlet">
+				http://localhost:8080/wsrf/servlet/AxisServlet</a> and verify that the filesystem service is deployed.
 				</li>
 			</ol>
 			<note>Please refer to the Tomcat and Axis documentation if you do not know how to start Tomcat.</note>