Hi all,

Using Tomcat 6.0.13, I try to define some context parameters in my
context file (in conf/Cataline/localhost/<app_name>.xml) as described
in the documentation
(http://tomcat.apache.org/tomcat-6.0-doc/config/context.html) but it
simply doesn't work!  I can see the parameters defined in my web.xml,
but not those defined in my context file.

Is that supposed to work at all?

Example:

<Context path="application">

  <Parameter name ="aParameterName" value="aValue" />

</Context>

Shouldn't the parameter be visible by the servlet context? ex.
context.getInitParameter("aParameterName")

Am I missing something, or Tomcat is not working as described in the doc?

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to