changed doctype of package files
added data port param
added property "accessdoctype=-//NCEAS//eml-access//EN"
added support to download a data file through metacat using a metacat url or a docid parameter: added a datafilepath parameter to show the servlet where data files are stored on the local file system.
added property sitecode (=nceas) needed for Accession#
dtdPath and dtdURL properties added needed for DTD upload on Metacat file system
added an ant substitution for the jdbc connection string
added ant substitution for server and replication-log
server
replication-log
added a logging system for replication. The log file location is set in metacat.properties
changed alpha to dev in odbc driver param
removed servercode param
added servercode prop.
Modified pathquery.dtd and QuerySpecification to allow some new constraintson queries submitted to Metacat. Now, queries can contain an optionalset of <owner> tags that identify the users for which documents should bereturned, and a list of <site> tags constraining the site identifiers...
added replication properties
merge AUTH_LDAP to the main branch
added a "server" parameter which tells the system the path to the server on which metacat is running. This is used for metacat:// urls.
added a packagedoctype parameter so that the servlet knows what kind of doctype a package
decrease the number of "initialConnections" to 5, "increaseConnections" stay 5, decrease the "maximumConnections" to 10
Changed "xmltodb" to "html-path/style" so that the resultset.xslstylesheet could be found in various servlet contexts.
html-path
Added user and password to build.xml for filter substitution.
sorry, I needed new property "html-path" with value "/xmltodb" for me.Chad, for you should be I think "/berkley"
New "servletpath" and "installdir" properties
updated properties file to reflect new db location
-Reorganized xmltodb module to support new install process for the newlinux server (dev.nceas.ucsb.edu). Added "build.sh" shell script thatcalls ant withthe proper umask set for installation. Use:
./build.sh install
to post a new copy of the servlet and its supporting files to the install...
maximumConnections added
minor config file update
added "initialConnections", "incrementConnection" options used for the Pool of Connections
minor property change
removed catalog jar file because not needed because source code is in src dir so is included as part of metacat.jar
integrated new structured query facility (DBQuery) into the servlet demo (MetaCatServlet)
2 new properties added:defaultGlobalName=NCEASaccNumberSeparator=:
updated paths to reflect new file locations
moved java files to src directory
Update to handle retreival of datafile from server
changed location of catalog file to config parameter
created options file for MetaCatServlet