Lowered the debugging level for LSID authority context to WARN.
Fixed bug in LSID resolver (axis test page was preventing delivery ofthe authority WSDL file, and so I renamed the index.jsp file to axis.jspto get it out of the way).
Modified the lsid code to lookup document type-appropriate stylesheets fromthe lsid prooperties file.
Added apache commons logging to the LSID servlet using log4j. Remove println statements.
Properties for logging in LSID resolver.
Fixes to enable SOAP support for the LSID resolver. Axis now isinstalled as a component of the authority context and the services listis properly displayed. Added the happyaxis.jsp test page to verify thatthe axis install is functioning properly.
Added axis servlet defs in web.xml
Initial checkin of LSID support code for metacat. The LSID support hereprovides access to metacat documents through an LSID identifier. Theidentifier takes the form: urn:lsid:ecoinformatics.org:jones:1:1
See http://lsid.sourceforge.net for more details....