« Return to Thread: Where can i get the specification of web.xml?

Re: Where can i get the specification of web.xml?

by Konstantin Kolinko :: Rate this Message:

Reply to Author | View in Thread

2009/7/3 chenjh <chenjh@...>:
> 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-unsubscribe@...
For additional commands, e-mail: users-help@...

 « Return to Thread: Where can i get the specification of web.xml?