I have this in my web.xml:

    <init-param>
      <param-name>index-directory</param-name>
      <param-value>/tmp/lucene</param-value>
    </init-param>

and this in my flowscript:

print("Index dir = " +
  cocoon.context.getInitParameter("index-directory"));

and it prints:

Index dir = null

Is this a bug or am I missing something obvious?

TIA,

Ugo




Reply via email to