From: Colin R. <cs...@st...> - 2011-04-19 13:13:14
|
This is really more of a tomcat question than a wayback question, but perhaps someone here knows the answer. I'm deploying wayback in proxy mode with a custom context file ROOT.xml that looks like: <?xml version="1.0" encoding="UTF-8"?> <Context docBase="/home/test/tmp/wayback/wayback-1.6.0.war"> <Parameter name="config-path" value="../../../wayback_conf/wayback.xml" override="false"/> </Context> The docBase attribute works as expected - I can redploy wayback just by touching the war'file. However the context parameter seems to be ignored and the default value from web.xml is used instead. This is with tomcat 7.0.12. Any ideas why? -- Colin Rosenthal State and University Library, Aarhus |