[MOBY-guts] biomoby commit

Paul Gordon gordonp at dev.open-bio.org
Mon Mar 12 17:57:51 UTC 2007


gordonp
Mon Mar 12 13:57:51 EDT 2007
Update of /home/repository/moby/moby-live/Java/docs
In directory dev.open-bio.org:/tmp/cvs-serv4993/docs

Modified Files:
	deployingServicesBasic.html 
Log Message:
Added trailing slash to servlet URL
moby-live/Java/docs deployingServicesBasic.html,1.1,1.2
===================================================================
RCS file: /home/repository/moby/moby-live/Java/docs/deployingServicesBasic.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- /home/repository/moby/moby-live/Java/docs/deployingServicesBasic.html	2006/12/11 19:02:01	1.1
+++ /home/repository/moby/moby-live/Java/docs/deployingServicesBasic.html	2007/03/12 17:57:51	1.2
@@ -213,7 +213,7 @@
       A testing client program is automagically included in your WAR, so type (<b>with
 	the fully qualified host name, and change 8080 appropriately if you had follow 
 	<a href="tomcatInstall.html">Step 0</a></b>):
-<blockquote><pre>java -jar ConvertAAtoFASTA_AA.war http://your.servlet.host:8080/ConvertAAtoFASTA_AA mobyAASeq.xml</pre></blockquote>
+<blockquote><pre>java -jar ConvertAAtoFASTA_AA.war http://your.servlet.host:8080/ConvertAAtoFASTA_AA/ mobyAASeq.xml</pre></blockquote>
     If the service fails, a useful error message should be printed to help you diagnose the problem.
     This would usually be an incorrect <code>web.xml</code>, or the data type you return isn't what you declared
     (this is the first occasion your output is thoroughly checked).
@@ -227,7 +227,7 @@
       (no errors or faults, a real object is returned), you're ready to 
       register your service with MobyCentral so anyone can use it.  To do this, 
       simply do the previous command, with an extra argument:
-    <blockquote><pre>java -jar ConvertAAtoFASTA_AA.war http://your.servlet.host:8080/ConvertAAtoFASTA_AA mobyAASeq.xml <b>register</b></pre></blockquote>
+    <blockquote><pre>java -jar ConvertAAtoFASTA_AA.war http://your.servlet.host:8080/ConvertAAtoFASTA_AA/ mobyAASeq.xml <b>register</b></pre></blockquote>
      </p>
 
     <p>This will run the service to make sure it works, then register it with MOBY Central. You'll see
@@ -243,7 +243,7 @@
     <p>Since it isn't useful for everyone who uses this tutorial to host this service, please 
       <b>unregister</b> it now with the following command:
 
-    <blockquote><pre>java -jar ConvertAAtoFASTA_AA.war http://your.servlet.host:8080/ConvertAAtoFASTA_AA <b>unregister</b></pre></blockquote>
+    <blockquote><pre>java -jar ConvertAAtoFASTA_AA.war http://your.servlet.host:8080/ConvertAAtoFASTA_AA/ <b>unregister</b></pre></blockquote>
 
     <p>You should get "Service Successfully Unregistered!" if it worked.</p>
 
@@ -320,7 +320,7 @@
     <address><a href="mailto:gordonp at ucalgary.ca">Paul Gordon</a></address>
 <!-- Created: Wed Jul 20 11:44:30 MDT 2005 -->
 <!-- hhmts start -->
-Last modified: Wed Dec  6 08:36:43 MST 2006
+Last modified: Thu Feb 22 09:20:25 MST 2007
 <!-- hhmts end -->
   </body>
 </html>




More information about the MOBY-guts mailing list