Sunday, November 9, 2008

Tomcat

Tomcat comprises 2 components:
- Catalina is the servlet container
- Jasper parses and translates JSP to Java servlet and then compile into Java class to be managed in Catalina

Deployment descriptor tells the container details about the servlet. It also provide function such as hiding the internal directory structure by specifying an alternate mapping. The mapping also enable the change of the internal directory without affecting the external access path.

No comments: