tomcat - What are all the possible tags that can be used inside the web.xml concerning a Java EE project? -
tomcat - What are all the possible tags that can be used inside the web.xml concerning a Java EE project? -
concerning java ee
tomcat
know there web.xml
file used , edited. know there tags <web-app>
, <servlet>
, <servlet-mapping>
can written within web.xml file. want know there other tags can used ? can larn possible tags can set in web.xml file ?
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
java-ee tomcat servlets
Comments
Post a Comment