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
What is a modular application? What does module-relative mean?
what are memory considerations of jsp compares to other web components?
What is ioc concept & explain it?
How messaging services are done, before release of JMS?
What is the purpose of the wait(), notify(), and notifyall() methods?
what is a non-repeatable read?
what are the advantages of JTA over JTS?
When is the best time to validate input?
How would you reatach detached objects to a session when the same object has already been loaded into the session?
What is the highest-level event class of the event-delegation model?
how do you Handle Front End Application data against DB with example?
Explain RMI Architecture?
What is the difference between long.class and long.type?
How will you pass parameters in RMI? Why do you serialize?
Why use a datasource when you can directly specify a connection details?