Revision 329
Added by Matt Jones over 24 years ago
queform.html | ||
---|---|---|
22 | 22 |
<b>MetaCat Query</b> -- a simple database query against MetaCat |
23 | 23 |
</td></tr> |
24 | 24 |
<tr><td width="40%" valign="top"> |
25 |
<form action="/servlets/MetaCatServlet" target="right" method="POST">
|
|
25 |
<form action="/xmltodb/servlet/metacat" target="right" method="POST">
|
|
26 | 26 |
<input type="hidden" name="action" value="query"> |
27 | 27 |
<input type="text" name="query" value="NCEAS%" size="15"> |
28 | 28 |
<input type="submit" value="Run query"><br /> |
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.