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