[MOBY-guts] biomoby commit
Paul Gordon
gordonp at dev.open-bio.org
Mon Mar 12 17:05:15 UTC 2007
gordonp
Mon Mar 12 13:05:14 EDT 2007
Update of /home/repository/moby/moby-live/Java/xmls/servlet
In directory dev.open-bio.org:/tmp/cvs-serv4732/xmls/servlet
Modified Files:
build.xml
Log Message:
Added trailing slash to servlet URL, also fixed doc typo
moby-live/Java/xmls/servlet build.xml,1.3,1.4
===================================================================
RCS file: /home/repository/moby/moby-live/Java/xmls/servlet/build.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- /home/repository/moby/moby-live/Java/xmls/servlet/build.xml 2006/12/11 18:36:07 1.3
+++ /home/repository/moby/moby-live/Java/xmls/servlet/build.xml 2007/03/12 17:05:14 1.4
@@ -13,7 +13,7 @@
3. ant test
4. ant war
5. Deploy the WAR file to your servlet container
- 6. ant register
+ 6. ant registerService
__________________________________________________________
</description>
@@ -223,7 +223,7 @@
<java jar="${build.dir}${file.separator}${my.servlet.war.file}"
fork="true"
classpathref="classpath" >
- <arg value="${servlet.host.url}/${my.servlet.war.file.name}"/>
+ <arg value="${servlet.host.url}/${my.servlet.war.file.name}/"/>
<arg value="${input.data.file}"/>
<arg value="register"/>
</java>
@@ -234,7 +234,7 @@
<java jar="${build.dir}${file.separator}${my.servlet.war.file}"
fork="true"
classpathref="classpath" >
- <arg value="${servlet.host.url}/${my.servlet.war.file.name}"/>
+ <arg value="${servlet.host.url}/${my.servlet.war.file.name}/"/>
<arg value="${input.data.file}"/>
<arg value="register_permanent"/>
</java>
@@ -245,7 +245,7 @@
<java jar="${build.dir}${file.separator}${my.servlet.war.file}"
fork="true"
classpathref="classpath" >
- <arg value="${servlet.host.url}/${my.servlet.war.file.name}"/>
+ <arg value="${servlet.host.url}/${my.servlet.war.file.name}/"/>
<arg value="${input.data.file}"/>
<arg value="unregister"/>
</java>
More information about the MOBY-guts
mailing list