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 2386 about 19 years Duane Costa Formatting improvements.
HarvestLog.java 12.9 KB 2386 about 19 years Duane Costa Formatting improvements.
HarvestSiteSchedule.java 25.3 KB 2777 over 18 years Duane Costa Minor change to diagnostic output.
Harvester.java 31.6 KB 2426 about 19 years Duane Costa Fixed bug in command-line mode which caused arr...
HarvesterRegistration.java 26.3 KB 2385 about 19 years Duane Costa Formatting improvements.
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
2777 11/23/2005 12:03 PM Duane Costa

Minor change to diagnostic output.

2765 11/18/2005 01:18 PM Duane Costa

Change the maximum code level reported to the site contact from "info" to "notice". This is to reduce the amount of diagnostic output generated in the email reports to the site contact. Diagnositcs of type "error", "warning", and "notice" will be sent to the site contact, while messages of type "info" and "debug" will not (but they will still be sent to the Harvester Administrator).

2426 03/22/2005 09:53 AM Duane Costa

Fixed bug in command-line mode which caused array index out of bounds exception.

Changed default maxHarvests value to 0. Added logic to ignore maxHarvests value when it is set to 0 or a negative number. This allows Harvester to run indefinitely without shutting down after reaching a maximum number of harvests. The previous default value of 30 would cause Harvester to terminate after 30 harvests.

2386 01/25/2005 03:14 PM Duane Costa

Formatting improvements.

2385 01/25/2005 03:01 PM Duane Costa

Formatting improvements.

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.

View revisions

Also available in: Atom