Re: Init parameter in context.xml

2005-07-26 Thread Tim Funk
Only a guess try Context path=/appName ... Parameter name=paramName value=dummyValue/ /Context -Tim Arash Ramin wrote: In lieu of using web.xml, I'm trying to add an init parameter in our application's context.xml file: context path=/appName ... parameter name=paramName

RE: Init parameter in context.xml

2005-07-26 Thread Arash Ramin
Subject: Re: Init parameter in context.xml Only a guess try Context path=/appName ... Parameter name=paramName value=dummyValue/ /Context -Tim Arash Ramin wrote: In lieu of using web.xml, I'm trying to add an init parameter in our application's context.xml file

Init parameter in context.xml

2005-07-25 Thread Arash Ramin
In lieu of using web.xml, I'm trying to add an init parameter in our application's context.xml file: context path=/appName ... parameter name=paramName value=dummyValue/ /context According to the Tomcat docs, this is equivalent to using the following in web.xml: context-param