Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
HarvestDetailLog.java 4.24 KB 2139 almost 20 years Duane Costa Refactored a number of methods to allow for mor...
HarvestDocument.java 12.1 KB 2155 almost 20 years Duane Costa Integrate Harvester properties with build.prope...
HarvestListEditor.java 36.4 KB 2375 about 19 years Duane Costa Increase number of rows in harvest list from 30...
HarvestLog.java 12.9 KB 2155 almost 20 years Duane Costa Integrate Harvester properties with build.prope...
HarvestSiteSchedule.java 25.3 KB 2380 about 19 years Duane Costa Formatting improvements.
Harvester.java 31.4 KB 2384 about 19 years Duane Costa Implement a new HarvesterServlet for running Ha...
HarvesterRegistration.java 26.3 KB 2367 about 19 years Duane Costa Remove DOS end-of-line carriage returns. Other ...
HarvesterRegistrationLogin.java 4.24 KB 2367 about 19 years Duane Costa Remove DOS end-of-line carriage returns. Other ...
HarvesterServlet.java 2.58 KB 2384 about 19 years Duane Costa Implement a new HarvesterServlet for running Ha...
LoginServlet.java 3.75 KB 2171 almost 20 years Duane Costa Store session attributes as username and passwo...
MetUpload.java 10.6 KB 2171 almost 20 years Duane Costa Store session attributes as username and passwo...

Latest revisions

# Date Author Comment
2384 01/25/2005 01:57 PM Duane Costa

Implement a new HarvesterServlet for running Harvester as a servlet. This eliminates the need to run Harvester in a terminal window. By default, the HarvesterServlet is commented out in lib/web.xml.tomcat(3,4,5). The user documentation will be modified to instruct Harvester administrators to uncomment the HarvesterServlet entry.

2381 01/20/2005 01:42 PM Duane Costa

Re-implement logic to prune old log entries from the HARVEST_LOG and HARVEST_DETAIL_LOG tables. The old logic caused integrity constraint violations in the database because it tried to delete parent records from HARVEST_LOG prior to deleting child records from HARVEST_DETAIL_LOG....

2380 01/20/2005 01:37 PM Duane Costa

Formatting improvements.

2375 01/14/2005 12:41 PM Duane Costa

Increase number of rows in harvest list from 300 to 1200.

2368 01/13/2005 04:54 PM Duane Costa

Change default document type in Harvest List Editor to eml-2.0.1.

2367 01/13/2005 04:49 PM Duane Costa

Remove DOS end-of-line carriage returns.
Other minor formatting improvements to the code.

2332 11/15/2004 10:39 AM Duane Costa

Modify value of redirect to match the servlet-mapping URL values in web.xml. The old value used the servlet class name. This worked in Tomcat 4 but seems to break in Tomcat 5 on Windows. The new value uses the servlet-mapping URL value. This should work in both Tomcat 4 and Tomcat 5.

2330 11/09/2004 03:34 PM Duane Costa

Minor enhancement to support multiple email addresses for harvester administrator and site contact. Each address is separated by a comma or semicolon.

2305 09/20/2004 02:30 PM Duane Costa

Compose the Metacat URL from the httpserver and the servletpath properties, replacing hard-coded references to servlet.

2304 09/20/2004 02:28 PM Duane Costa

Send redirect to HarvesterRegistration, instead of using the full class name which works on Tomcat-only installations but not with Apache.

View revisions

Also available in: Atom