[MOBY-guts] biomoby commit
Paul Gordon
gordonp at dev.open-bio.org
Tue Oct 24 19:11:06 UTC 2006
gordonp
Tue Oct 24 15:11:06 EDT 2006
Update of /home/repository/moby/moby-live/Java/docs
In directory dev.open-bio.org:/tmp/cvs-serv8786
Modified Files:
deployingServices.html
Log Message:
Simplified WAR updating command
moby-live/Java/docs deployingServices.html,1.8,1.9
===================================================================
RCS file: /home/repository/moby/moby-live/Java/docs/deployingServices.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- /home/repository/moby/moby-live/Java/docs/deployingServices.html 2006/08/18 22:06:51 1.8
+++ /home/repository/moby/moby-live/Java/docs/deployingServices.html 2006/10/24 19:11:06 1.9
@@ -192,7 +192,7 @@
<blockquote><pre>
mkdir WEB-INF/classes
cp ConvertAAtoFASTA_AA.class WEB-INF/classes
-jar uvf ConvertAAtoFASTA_AA.war WEB-INF/web.xml WEB-INF/classes/ConvertAAtoFASTA_AA.class
+jar uvf ConvertAAtoFASTA_AA.war WEB-INF
</pre></blockquote></li>
<p>The <code>web.xml</code> file is used by the Servlet container (e.g. Tomcat), and by the base MobyServlet
More information about the MOBY-guts
mailing list