Java Tutorial - Java Script : Tomcat

Java Tutorial - Java Script :

Tomcat


Tomcat is a product of the Apache-Jakarta Project. The Tomcat servlet container also serves as the industry standard reference implementation of the servlet specification. This means that Tomcat is normally the most up-to-datcontainer as far as the specifications go. In the past, this sometimes meant that performance took a back seat to specification compliance. Since the release of Tomcat 4, though, this has not been an issue. In our experience, Tomcat performs as well as any other servlet container in the market. The summary information for Tomcat is provided in the following table. Tomcat uses Jasper for processing JSPs. Jasper is another product from the Apache-Jakarta group. The Jetty servlet container also uses Jasper. Tomcat is available for all platforms that support a JDK 1.2 or later environment and is specifically supported for all 32-bit Windows platforms and Linux. Tomcat can be downloaded from the Jakarta site at the following URL: http://jakarta.apache.org/tomcat Here you’ll find several choices of binary distributions specific to the version of Java and the platform, be it Windows or non-Windows. Tomcat provides an XML parser and a JNDI provider for older JDK 1.2– and 1.3–based deployment. These features are built into the JDK for Java 1.4 and later, so Tomcat provides distributions that leave these features out for these implementations. These “light” distributions have the letters “LE” in their filenames. The Windows distribution is available as a .zip archive file or as a selfinstalling executable (.exe) file. Linux versions are available as compressed .tar archive files or as Red Hat Package Manager (.rpm) files