Sarma,

I think your url-pattern is invalid. You can't specify both a directory and 
a file extension. You can either restrict each jsp in the /protected/ 
directory explicitly using multiple url-pattern elements, restrict all 
resources in /protected directory using 
<url-pattern>/protected/*</url-pattern>, or restrict all jsps using 
<url-pattern>*.jsp</url-pattern>

>        <web-resources-collection>
>           <web-resources-name>protected</web-resources-name>
>           <url-pattern>/protected/*.jsp</url-pattern>
>       </web-resources-collection>

-- 
Nicholas Sushkin, Senior Software Engineer

---------------------------------------------------------------------
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