Ignore:
Timestamp:
2008-08-19T11:58:36+12:00 (16 years ago)
Author:
ak19
Message:

Typos and spelling errors adjusted in documents

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/trunk/gs3-webservices-democlient/docs/HowToFiles/7BasicsOfWritingWebServices.html

    r16305 r16887  
    4545It would contain one or more <service> elements.
    4646
    47 Stop greenstone's tomcat:
    48 <pre>ant stop</pre>
     47<p>Stop Greenstone's tomcat:
     48<pre>ant stop</pre></p>
    4949
    5050Copy an existing &lt;service&gt; element in order to create a &lt;service&gt; element for your web service.
     
    7777And now use Axis' AdminClient tool to deploy the web service by typing the following in the x-term from within the GSDLHOME folder:
    7878<pre>java -cp $AXISCLASSPATH org.apache.axis.client.AdminClient -lhttp://YOURCOMPUTER:YOURPORT/greenstone3/services/AdminService web/WEB-INF/server-config.wsdd</pre>
    79 Change the computer host and port to suite your situation. For example<br />
     79Change the computer host and port to suit your situation. For example<br />
    8080<blockquote>
    81 java -cp $AXISCLASSPATH org.apache.axis.client.AdminClient -lhttp://myhost:8080/greenstone3/services/AdminService web/WEB-INF/server-config.wsdd
     81java -cp $AXISCLASSPATH org.apache.axis.client.AdminClient -lhttp://harakeke:8080/greenstone3/services/AdminService web/WEB-INF/server-config.wsdd
    8282</blockquote>
    8383Check it says DONE PROCESSING or something like it.
     
    8585
    8686<li>Stop Tomcat and restart it again.
    87 In a browser go to the "services" page of the Greenstone 3:
    88 http://localhost:8080/greenstone3/services
     87In a browser go to the "services" page of Greenstone 3:
     88<pre>http://localhost:8080/greenstone3/services</pre>
    8989and find the new service there. There will be a link to its WSDL file as well.
    9090</li>
Note: See TracChangeset for help on using the changeset viewer.