2009/7/3 chenjh <che...@thinker.com.cn>: > Hi all, > > Where can i find reference, or something like that, for tomcat's web.xml. > > Regards > > chenjh > 2009-07-03 >
web.xml is defined by the Java Servlet Specification. There is nothing Tomcat-specific in it. It is Servlet 2.5 for Tomcat 6, Servlet 2.4 for Tomcat 5.x Also, each web.xml has DTD or schema reference in its first lines, that determine to which version of the spec the web app adheres. See http://java.sun.com/products/servlet/reference/api/index.html Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org