Actions
Bug #62
closedhardcoded paths should be config parameters
Start date:
08/10/2000
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
62
Description
MetaCatServlet has some hardcoded paths that should be removed and put in the
configuration files. Mostly these are paths to html file locations, and the
path to the servlet itself.
Updated by Jivka Bojilova over 24 years ago
DONE
All hardcoded paths in MetaCatServlet.java to the location of .html files are
changed with "htmlpath" parameter in metacat.properties. One is substituted by
"ant compile" using the value for "html-path" property in build.xml.
Actions