[MOBY-guts] biomoby commit

Paul Gordon gordonp at dev.open-bio.org
Tue May 20 22:59:48 UTC 2008


gordonp
Tue May 20 18:59:48 EDT 2008
Update of /home/repository/moby/moby-live/Java/docs
In directory dev.open-bio.org:/tmp/cvs-serv7679

Modified Files:
	deployingServices.html deployingServicesBasic.html 
Log Message:
Added note re: registration with non-default Moby Central
moby-live/Java/docs deployingServices.html,1.15,1.16 deployingServicesBasic.html,1.2,1.3
===================================================================
RCS file: /home/repository/moby/moby-live/Java/docs/deployingServices.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- /home/repository/moby/moby-live/Java/docs/deployingServices.html	2007/12/17 17:49:44	1.15
+++ /home/repository/moby/moby-live/Java/docs/deployingServices.html	2008/05/20 22:59:48	1.16
@@ -296,6 +296,12 @@
       in the Tomcat manager interface shown previously).
     </p>
 
+    <p><b>Using a different MOBY Central</b>:
+      By default, the annotation assumes that the default public Moby Central will be used (this is determined
+      automagically by a combination of hardcoding and fetching info from biomoby.org).  If you want to
+      use a different Moby Central, e.g. a test registry, add the <a href="http://biomoby.open-bio.org/CVS_CONTENT/moby-live/Java/docs/API/org/biomoby/service/mobyService.html#centralEndpoint()">centralEndpoint</a> string
+      to the annotation.</p>
+
     <p><b>Moving Your Service</b>:
       The WAR you've built is completely self-contained, therefore you should be able to move your service 
       simply by copying the WAR to another servlet container.  You can e-mail it to your friends, so they can 

===================================================================
RCS file: /home/repository/moby/moby-live/Java/docs/deployingServicesBasic.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- /home/repository/moby/moby-live/Java/docs/deployingServicesBasic.html	2007/03/12 17:57:51	1.2
+++ /home/repository/moby/moby-live/Java/docs/deployingServicesBasic.html	2008/05/20 22:59:48	1.3
@@ -293,6 +293,12 @@
       in the Tomcat manager interface shown previously).
     </p>
 
+    <p><b>Using a different MOBY Central</b>:
+      By default, the annotation assumes that the default public Moby Central will be used (this is determined
+      automagically by a combination of hardcoding and fetching info from biomoby.org).  If you want to
+      use a different Moby Central, e.g. a test registry, add the <a href="http://biomoby.open-bio.org/CVS_CONTENT/moby-live/Java/docs/API/org/biomoby/service/mobyService.html#centralEndpoint()">centralEndpoint</a> string
+      to the annotation.</p>
+
     <p><b>Moving Your Service</b>:
       The WAR you've built is completely self-contained, therefore you should be able to move your service 
       simply by copying the WAR to another servlet container.  You can e-mail it to your friends, so they can 




More information about the MOBY-guts mailing list