| J2EE | Servlet | jsp | Tomcat |
| 1.5 | 2.5 | 2.1 | 6.x |
| 1.4 | 2.4 | 2.0 | 5.x |
| 1.3 | 2.3 | 1.2 | 4.x |
| 1.2 | 2.2 | 1.1 | 3.x |
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE web-app
PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
"http://java.sun.com/dtd/web-app_2_3.dtd">
<web-app>
</web-app>
<?xml version="1.0" encoding="ISO-8859-1"?> <web-app xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" version="2.4"> </web-app>
Javaの道 Tomcat-14.web.xml
web.xml 要素リファレンス
アプリケーションサーバ/コンテナ活用編
http://www.makino-style.org/education/jed31.html