what is catalina in tomcat server.

Answer Posted / raj

Catalina is the name of the servlet container of Apache
Tomcat since version 4.x. Tomcat implements Sun
Microsystems' specifications for servlet and JavaServer
Pages (JSP), which are important Java-based Web technologies.
Tomcat's servlet container was redesigned as Catalina in
Tomcat version 4.x.
other components of the Tomcat engine are:
* Tomcat Jasper which converts the code portions within
JavaServer Pages into servlets and pass them to Catalina to
process.
* Tomcat Coyote which is an HTTP connector based on
HTTP/1.1 specifications that receives and transmits web
requests to the Tomcat engine by listening to a TCP/IP port
and returns requests back to the requesting client.

Is This Answer Correct ?    105 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is the infobus client side only?

615


What are externizable interface?

588


What is meant by method chaining?

666


Difference between new operator and class.forname().newinstance()?

602


what is meant by JRMP?

1811






Define the remote object implementation?

2001


What do you mean by Socket Programming?

551


how do you Handle Front End Application data against DB with example?

1480


What is a class loader?

591


What is the purpose of the finally clause of a try-catch-finally statement?

561


What is the difference between session and entity beans?

582


what is handle?

1857


Can I have an action without a form?

600


What is ioc concept & explain it?

623


What is the difference between RMI registry and OS Agent?

634