Keyword index JSP

16/08/08
How to configure Tomcat 5 and 6 to better deploy war files
Tomcat 5, 5.5 and 6 does not handle .war files very well. Here is some of the pain I have been through.

12/08/08
How to configure Tomcat 5 and Eclipse to run Java 5
How to get Tomcat 5.0 and Tomcat 5.5 setup in Eclipse to run How to run javac 1.5 (or beyond) compiler for JSP compilation with generics enabled (and other Java 1.5 only features like autoboxing).

11/12/07
Compiling JSP pages using ANT
Compiling JSP Code is the right thing to do. It enables you to get compile-time errors rather than run-time errors. It ensures consistency as all the JSP's and Java files can be shipped in one package.