Revision 329
Added by Matt Jones over 24 years ago
loadxml.html | ||
---|---|---|
19 | 19 |
<p> |
20 | 20 |
Upload, Change, or Delete an XML document using this form. |
21 | 21 |
</p> |
22 |
<form action="/servlets/MetaCatServlet" target="right" method="POST">
|
|
22 |
<form action="/xmltodb/servlet/metacat" target="right" method="POST">
|
|
23 | 23 |
<strong>1. Choose an action: </strong> |
24 | 24 |
<input type="radio" name="action" value="insert" checked> Insert |
25 | 25 |
<input type="radio" name="action" value="update"> Update |
Also available in: Unified diff
-Reorganized xmltodb module to support new install process for the new
linux server (dev.nceas.ucsb.edu). Added "build.sh" shell script that
calls ant withthe proper umask set for installation. Use:
to post a new copy of the servlet and its supporting files to the install
directory defined in build.xml.
-Updated the servlet to use a new servlet prefix that we'll use with the
Tomcat servlet engine.
-Update bin dir shell scripts to reflect new locations of relevant jar files.