Revision 329
Added by Matt Jones over 24 years ago
index.html | ||
---|---|---|
21 | 21 |
|
22 | 22 |
<FRAME SRC="queform.html" BORDER=0 NAME="left"> |
23 | 23 |
|
24 |
<FRAME SRC="/servlets/MetaCatServlet?action=query&query=NCEAS%25&qformat=html&doctype=-//NCEAS//eml-dataset//EN" BORDER=0 NAME="right">
|
|
24 |
<FRAME SRC="/xmltodb/servlet/metacat?action=query&query=NCEAS%25&qformat=html&doctype=-//NCEAS//eml-dataset//EN" BORDER=0 NAME="right">
|
|
25 | 25 |
|
26 | 26 |
</FRAMESET> |
27 | 27 |
</FRAMESET> |
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.