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 ip...@apache.org on 2005/08/03 23:38:19 UTC

svn commit: r227270 - in /webservices/pubscribe/trunk/src/site/content/xdocs: dev_guide/deploy.xml getting_started.xml

Author: ips
Date: Wed Aug  3 14:38:17 2005
New Revision: 227270

URL: http://svn.apache.org/viewcvs?rev=227270&view=rev
Log:
fixed some errors

Modified:
    webservices/pubscribe/trunk/src/site/content/xdocs/dev_guide/deploy.xml
    webservices/pubscribe/trunk/src/site/content/xdocs/getting_started.xml

Modified: webservices/pubscribe/trunk/src/site/content/xdocs/dev_guide/deploy.xml
URL: http://svn.apache.org/viewcvs/webservices/pubscribe/trunk/src/site/content/xdocs/dev_guide/deploy.xml?rev=227270&r1=227269&r2=227270&view=diff
==============================================================================
--- webservices/pubscribe/trunk/src/site/content/xdocs/dev_guide/deploy.xml (original)
+++ webservices/pubscribe/trunk/src/site/content/xdocs/dev_guide/deploy.xml Wed Aug  3 14:38:17 2005
@@ -33,7 +33,7 @@
 			<source><![CDATA[
 	ant compile deploy ]]></source>
 			<p>Start Tomcat and verify that the service is deployed by going to 
-			<a href="http://localhost:8080/pubscribe/servlet/AxisServlet">http://localhost:8080/pubscribe/servlet/AxisServlet</a>
+			<a href="http://localhost:8080/pubscribe/services">http://localhost:8080/pubscribe/services</a>
 			</p>
 		</section>
 		<section id="steps">

Modified: webservices/pubscribe/trunk/src/site/content/xdocs/getting_started.xml
URL: http://svn.apache.org/viewcvs/webservices/pubscribe/trunk/src/site/content/xdocs/getting_started.xml?rev=227270&r1=227269&r2=227270&view=diff
==============================================================================
--- webservices/pubscribe/trunk/src/site/content/xdocs/getting_started.xml (original)
+++ webservices/pubscribe/trunk/src/site/content/xdocs/getting_started.xml Wed Aug  3 14:38:17 2005
@@ -75,8 +75,8 @@
 					</p>
 				</li>
 				<li>Start Tomcat. If Tomcat is already started, you must restart it.</li>
-				<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>Using a browser, go to  <a href="http://localhost:8080/pubscribe/services">
+				http://localhost:8080/pubscribe/services</a> and verify that the filesystem service is deployed.
 				</li>
 				<li>From a command prompt change directories to <code>INSTALL_DIR/examples/filesystem</code> directory. An ANT-based SOAP client that is included in
 				the distribution is used to send a SOAP request to the filesystem Web service.</li>