[MOBY-guts] biomoby commit

Paul Gordon gordonp at dev.open-bio.org
Mon Dec 11 18:36:42 UTC 2006


gordonp
Mon Dec 11 13:36:42 EST 2006
Update of /home/repository/moby/moby-live/Java/docs
In directory dev.open-bio.org:/tmp/cvs-serv32734

Modified Files:
	deployingServices.html 
Log Message:
Simplified Ant spec. even further
moby-live/Java/docs deployingServices.html,1.12,1.13
===================================================================
RCS file: /home/repository/moby/moby-live/Java/docs/deployingServices.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- /home/repository/moby/moby-live/Java/docs/deployingServices.html	2006/12/08 21:10:52	1.12
+++ /home/repository/moby/moby-live/Java/docs/deployingServices.html	2006/12/11 18:36:42	1.13
@@ -58,32 +58,24 @@
   <a name="config"></a>
     <h2>Step 1: Configure your build enviroment</h2>
     <p>You need to tell Ant where your code and servlet container are located.  This is done by modifying the 
-       <code>mobyService.properties</code> file you just downloaded:
+       <code>mobyService.properties</code> file you just downloaded, customizing it for your site:
 <table border="1" cellpadding="5"><tr bgcolor="#FFFFDF"><td><pre>
-# Where the project directory is located.
-project.dir=/home/gordonp/development/fastaConverter
+# Where the Java source directory is located (relative to project.dir).
+src.dir=src
+# Where any and all 3rd party libraries for your code are stored (relative to project.dir).
+lib.dir=lib
 
-# Where the Java source directory is located.
-src.dir=${project.dir}/src
-
-# The package-qualified location of your main class (the one extending MobyServlet).
-# You could have no package, or org/bar/foo, etc. in a real service
+# The package-qualified location of your main class's source code (the one extending MobyServlet).
 main.class.file=org/biomoby/service/test/ConvertAAtoFASTA_AA.java
 
-# Where all 3rd party libraries for your code are stored.
-lib.dir=${project.dir}/lib
-
 # Name of the output WAR archive to be generated (will also be the servlet name).
 my.servlet.war.file=ConvertAAtoFASTA_AA.war
 
-# The location of a test MOBY XML input data file (use as input to test your service).
+# The location of a test MOBY XML input data file (used as input to test your service).
 input.data.file=${project.dir}/mobyAASeq.xml
 
-# Your Java Servlet host URL
-servlet.host.url=http://moby.ucalgary.ca
-
-# Your Java Servlet port
-servlet.port=8089
+# Your Java Servlet host URL (with port)
+servlet.host.url=<b>http://moby.ucalgary.ca:8089</b>
 </pre></td></tr></table>
 
 </p>
@@ -324,7 +316,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: Fri Dec  8 12:49:28 MST 2006
+Last modified: Mon Dec 11 11:28:17 MST 2006
 <!-- hhmts end -->
   </body>
 </html>




More information about the MOBY-guts mailing list