Section 6.4.1 Java Server Pages
JSP2.1
You need to use J2SE5 (aka jdk 1.5) if you wish to use JSP2.1.
This is the jsp version mandated by servlet specification 2.5. You will need these jars:
- ant-1.6.5.jar
- core-3.1.1.jar
- jsp-2.1.jar
- jsp-api-2.1.jar
JSP2.0
JSP 2.0 is used with version 2.4 of the servlet specification. Depending on the functionality you require, you may be able to use this version rather than the newer JSP2.1. These are the dependencies when JSP 2.0 is used:
- ant-1.6.4.jar
- jasper-compiler-5.5.15.jar
- jasper-runtime-5.5.15.jar
- jsp-api-2.0.jar
- commons-el-1.0.jar
- jcl104-over-slf4j-1.0-rc5.jar
- slf4j-simple-1.0-rc5.jar
- xmlParserAPIs-2.6.2.jar
- xercesImpl-2.6.2.jar


