Revision 348
Added by Matt Jones over 24 years ago
login.html | ||
---|---|---|
24 | 24 |
|
25 | 25 |
<P> |
26 | 26 |
|
27 |
<FORM ACTION="/xmltodb/servlet/metacat" METHOD="POST">
|
|
27 |
<FORM ACTION="@servlet-path@" 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
Updated build process to now use a copy of the source files so that keyword
substitution can ocur before the build. This allows for substitution of
hardcoded values into the source before the compile. Currently, I am
using this feature to do the following:
By changing the value of "servlet-path" and "installdir" properties in
build.xml, one can now easily install a new version of the servlet in a
different location by simply using "ant install".