Revision 329
Added by Matt Jones over 24 years ago
validate.html | ||
---|---|---|
7 | 7 |
</head> |
8 | 8 |
<body bgcolor="#FFFFFF"> |
9 | 9 |
Insert XML to be validated here: |
10 |
<br><form action="/servlets/MetaCatServlet" method="POST">
|
|
10 |
<br><form action="/xmltodb/servlet/metacat" method="POST">
|
|
11 | 11 |
<input type="hidden" name="action" value="validate"> |
12 | 12 |
<p><textarea |
13 | 13 |
name="valtext" rows="16" cols="146"><?xml version="1.0"?> |
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.