HI My URL pattern in web.xml is
<web-resource-collection> <web-resource-name>emis-web</web-resource-name> <description>Require users to authenticate</description> <url-pattern>/emis/*</url-pattern> <http-method>POST</http-method> <http-method>GET</http-method> </web-resource-collection> Now http://localhost:8888/emis prompts for CMA login page that I have configured but the following url directly hits the action http://localhost:8888/emis/taskmanagement/taskCreation.do?actionType=prepopu lateTaskInfo What could be the problem ? Mohan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]