Concerning Java EE with Tomcat we know that there is the web.xml file to be used and edited. I know that there are the tags <web-app>, <servlet>, <servlet-mapping> that can be written inside the web.xml file. But I want to know are there other tags that can be used ? Where can we learn all the possible tags we can put in the web.xml file ?
Concerning Java EE with Tomcat we know that there is the web.xml file to
Share
Brief: http://docs.oracle.com/cd/E13222_01/wls/docs81/webapp/web_xml.html
XSD: http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd
Java Servlet 2.5 Specification:
http://jcp.org/aboutJava/communityprocess/mrel/jsr154/index.html