On 14/01/2013 20:29, Alan Findly wrote:
> Mark:
>   Thanks for your quick response.  Here are the items & issues:
> 
> OK....got the servlet mapping uncommented.
> 
> About the context.... the priviledged attribute must be added to the
> context.xml file, as the documentation says, and, yes, I am reading the
> instructions in
> 
> http://tomcat.apache.org/tomcat-7.0-doc/cgi-howto.html
> 
> but the instructions are vague--non-specific for individual attributes.
> Should it be stated this way, in the context file:
> 
> <privileged>true</privileged>:
> 
> It could be thus:
> 
> <privileged="true"></privileged>
> 
> or, should it be this way:
> 
> <privileged="true">

<Context privileged="true" />

Like any other attribute on any other configuration element.

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to