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
How can I avoid validating a form before data is entered?
How to determine SGA site?
What is the difference between RMI registry and OS Agent?
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
Which component handles cluster communication in jboss?
what is a non-repeatable read?
Explain the difference between object state and behavior?
What’s jboss jbpm?
Why is string immutable in java?
why static class in java
Why a client should be multithreading? Explain.
What is a modular application?
What is metaspace?
Brief description about local interfaces?
Java is fully object oriented languages or not?