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/13 01:22:39 UTC

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

Author: jruzzi
Date: Tue Jul 12 16:22:38 2005
New Revision: 216048

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

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

Modified: webservices/wsrf/trunk/src/site/content/xdocs/tutorial/test.xml
URL: http://svn.apache.org/viewcvs/webservices/wsrf/trunk/src/site/content/xdocs/tutorial/test.xml?rev=216048&r1=216047&r2=216048&view=diff
==============================================================================
--- webservices/wsrf/trunk/src/site/content/xdocs/tutorial/test.xml (original)
+++ webservices/wsrf/trunk/src/site/content/xdocs/tutorial/test.xml Tue Jul 12 16:22:38 2005
@@ -23,7 +23,8 @@
 				<li>Run:
       				<source><![CDATA[
  ant -f soapclient.xml -Durl=http://localhost:8080/wsrf/services/filesystem -Dxml=INSTALL_DIR/examples/filesystem/requests/QueryResourceProperties_allProps.soap]]></source>
-      				You should also try other request messages in the <code>requests</code> directory.</li>
+      				Replace <code>INSTALL_DIR</code> in the <code>xml</code> property. You should also try other request messages in the 
+      				<code>requests</code> directory.</li>
 			</ol>
 			<p>
 				<img src="images/back.gif" alt="go to the previous step"/>

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=216048&r1=216047&r2=216048&view=diff
==============================================================================
--- webservices/wsrf/trunk/src/site/content/xdocs/tutorial/webapp.xml (original)
+++ webservices/wsrf/trunk/src/site/content/xdocs/tutorial/webapp.xml Tue Jul 12 16:22:38 2005
@@ -20,6 +20,11 @@
 				<li>Copy <code>INSTALL_DIR/examples/filesystem/src/java/example</code> to 
 				<code>WORK_DIR/generated/filesystem/src/java</code>.</li>
 				<li>From a command prompt, change directories to <code>WORK_DIR/generated/filesystem</code>.</li>
+				<li>Using a text editor, open <code>build.properties</code>.</li>
+				<li>Uncomment the <code>wsrf.webapp.dir</code> property and set it to the location where the WSRF Web application is installed. If you are using 
+				Tomcat and have <code>CATALINA_HOME</code> set, you do not need to modify this property.</li>
+				<li>Uncomment and modify the proxy settings if you require a proxy to connect to external Web sites.</li>
+				<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">