> From: Alan Findly [mailto:afin...@ronan.net] 
> Subject: Re: Question about config and correct start-up

> That context statement is not correct syntax....
> should be: <privileged="true"/>

Thank you for providing a clear example of why top-posting is evil: no one has 
any idea which of the several <Context> elements (they're not statements) in 
the message you are referring to.

In any event, the angle brackets should not be present in <Context> attributes; 
this is standard XML syntax.  The <Context> element should look like this:

<Context privileged="true">
  ...
</Context>

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


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

Reply via email to