what is catalina in tomcat server.
Answers were Sorted based on User's Feedback
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 |
Answer / p.l.n.kumar
up to my knowledge it is a
servlet container class
Is This Answer Correct ? | 54 Yes | 14 No |
Answer / robiboy
catelina - Servlet Container
Jasper - JSP Container
Is This Answer Correct ? | 42 Yes | 6 No |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
What is permgen or permanent generation?
What is preemptive and Non-preemptive Time Scheduling?
what's the main difference between unix os and linux os?
What restrictions are placed on the location of a package statement within a source code file?
what is the difference between System.out.println and out.println in java
What is meant by multi-threading?
What is table mutation and how do you avoid it?
What is the priority of Garbage collector thread?
what we can't do in jdbc but can do hibernate?
what is DGC?
Explain ioc concept?
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