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.
security constraints tag gives info about how we can secure resources and is useful in configuring JAAS.
Comments
Post a Comment