what is catalina in tomcat server.

Answers were Sorted based on User's Feedback



what is catalina in tomcat server...

Answer / 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

what is catalina in tomcat server...

Answer / p.l.n.kumar

up to my knowledge it is a

servlet container class

Is This Answer Correct ?    54 Yes 14 No

what is catalina in tomcat server...

Answer / robiboy

catelina - Servlet Container
Jasper - JSP Container

Is This Answer Correct ?    42 Yes 6 No

what is catalina in tomcat server...

Answer / kiran sangeri

i think catalina is the name of the servlet container of
Apache Tomcat.it is heart of the tomcat

Is This Answer Correct ?    19 Yes 7 No

what is catalina in tomcat server...

Answer / shivendra puri

Apache Tomcat is a widely used implementation of the Java
Servlet Specification, which has been developed as an open-
source project by the Apache Software Foundation since
1999, when the project source was donated to the ASF by Sun
Microsystems.

Tomcat is actually composed of a number of components,
including a Tomcat JSP engine and a variety of different
connectors, but its core component is called Catalina.
Catalina provides Tomcat's actual implementation of the
servlet specification; when you start up your Tomcat
server, you're actually starting Catalina.

In this article, we'll get to know Tomcat's core component,
from the origins of the name "Catalina", to an overview of
how Catalina is configured. We'll also look at some
Catalina-related tips and tricks, such as how to get the
most out of Catalina's built-in logging functionality, and
how to manage the Catalina class as an MBean using JMX.

Tired of wading through hundreds of lines of XML just to
make a simple change to your Tomcat configuration? Tcat
Server makes Tomcat configuration simple. Create optimized
configuration profiles, save them, and apply them to groups
of servers with a single click.

Is This Answer Correct ?    12 Yes 2 No

what is catalina in tomcat server...

Answer / swetha pachwa

Tomcat version 4.x was released with Catalina (a redesigned servlet container), Coyote (an HTTP connector) and Jasper (a redesigned JSP engine).

Catalina is Tomcat's servlet container. Catalina implements Sun Microsystems' specifications for servlet and JavaServer Pages (JSP). The architect for Catalina was Craig McClanahan.

Is This Answer Correct ?    8 Yes 1 No

what is catalina in tomcat server...

Answer / anjana m u

catalina is the name of the java class of Tomcat 4.0
When u start Tomcat ,really u r starting catalina class;

Is This Answer Correct ?    12 Yes 10 No

what is catalina in tomcat server...

Answer / sumitpalsingh

Catlina is a container that is used to execute sevlet program .it is internally contained by Tomcat Server also.in the form of(Catlina.jar file).

Is This Answer Correct ?    0 Yes 0 No

what is catalina in tomcat server...

Answer / durga

Catalina is Tomcat's servlet container. Catalina implements specifications for servlet and JavaServer Pages (JSP).

Is This Answer Correct ?    0 Yes 0 No

what is catalina in tomcat server...

Answer / dheerendra

Catalina is the Java Engine (JRE / JVM) that's built into
Tomcat and provides an environment in which Servlets can be run

Is This Answer Correct ?    9 Yes 12 No

Post New Answer

More Advanced Java Interview Questions

What is permgen or permanent generation?

0 Answers  


What is preemptive and Non-preemptive Time Scheduling?

6 Answers   Cognizant,


what's the main difference between unix os and linux os?

2 Answers   TCS,


What restrictions are placed on the location of a package statement within a source code file?

0 Answers  


what is the difference between System.out.println and out.println in java

10 Answers   CTS,


What is meant by multi-threading?

6 Answers  


What is table mutation and how do you avoid it?

0 Answers  


What is the priority of Garbage collector thread?

3 Answers  


what we can't do in jdbc but can do hibernate?

3 Answers   Cap Gemini,


what is DGC?

1 Answers  


Explain ioc concept?

0 Answers  


iam writing the contents to a excel through I/O i am putting first statement as WRITE and then READ(from excel) immediately..later user complains that he is not getting the date by using READ ..wat could be the situation

3 Answers   iGate,


Categories