Revision 329
Added by Matt Jones over 24 years ago
login.html | ||
---|---|---|
24 | 24 |
|
25 | 25 |
<P> |
26 | 26 |
|
27 |
<FORM ACTION="/servlets/MetaCatServlet" METHOD="POST">
|
|
27 |
<FORM ACTION="/xmltodb/servlet/metacat" METHOD="POST">
|
|
28 | 28 |
<INPUT TYPE="hidden" NAME="action" VALUE="Login"> |
29 | 29 |
<P>Username |
30 | 30 |
<INPUT TYPE="text" NAME="username" SIZE="15"> |
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.