Mark Teegarden wrote: > > Try adding an entry of the following to the end of web.xml > in examples before the </webapp> tag: >
The <security-role-ref> element is declared as part of a <servlet>, not a <webapp>: <!ELEMENT servlet (icon?, servlet-name, display-name?, description?, (servlet-class|jsp-file), init-param*, load-on-startup?, run-as?, security-role-ref*)> There's an example in the servlet spec in SRV.13.4.2 "An Example of Security". -- Christopher St. John [EMAIL PROTECTED] DistribuTopia http://www.distributopia.com -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
