web.xml and web-app xsd

web.xml  -http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd the xsd provides lot of other options available in  web.XML file other than servlet ,filter and listener mapping.

security constraints tag gives info about how we can secure resources and is useful in configuring JAAS.

Comments

Popular posts from this blog

Spring MVC- Redirect from one controller to another

Integrating Struts2 with Spring Security using Custom Login Form