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

svn commit: r224414 - /webservices/pubscribe/trunk/src/site/content/xdocs/tutorial/webapp.xml

Author: jruzzi
Date: Fri Jul 22 16:00:27 2005
New Revision: 224414

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

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

Modified: webservices/pubscribe/trunk/src/site/content/xdocs/tutorial/webapp.xml
URL: http://svn.apache.org/viewcvs/webservices/pubscribe/trunk/src/site/content/xdocs/tutorial/webapp.xml?rev=224414&r1=224413&r2=224414&view=diff
==============================================================================
--- webservices/pubscribe/trunk/src/site/content/xdocs/tutorial/webapp.xml (original)
+++ webservices/pubscribe/trunk/src/site/content/xdocs/tutorial/webapp.xml Fri Jul 22 16:00:27 2005
@@ -1,8 +1,6 @@
 <?xml version="1.0"?>
-
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN"
           "http://forrest.apache.org/dtd/document-v20.dtd">
-
 <document>
 	<header>
 		<title>Compile and Deploy the Service</title>
@@ -29,8 +27,8 @@
 				<li>From a command prompt, change directories to <code>WORK_DIR/generated/filesystem</code>.</li>
 				<li>Run <code>ant compile deploy</code>. The service is compiled and deployed to the Pubscribe 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/pubscribe/servlet/AxisServlet">
-				http://doc-lab.americas.hpqcorp.net:8080/pubscribe/servlet/AxisServlet</a> and verify that the filesystem service is deployed.
+				<li>Using a browser, go to  <a href="http://localhost:8080/pubscribe/servlet/AxisServlet">
+				http://localhost:8080/pubscribe/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>