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 you mean by COM and DCOM?
How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!
Do we need to override service() method
which book is better for jdbc ,servlets and jsp
What is the difference between a menuitem and a checkboxmenuitem?
Is the ternary operator written x : y ? Z or x ? Y : z ?
Difference between hashmap and hashtable?
Explain phantom read?
what is meant by JRMP?
What if the static modifier is removed from the signature of the main method?
Why is actionform a base class rather than an interface?
Which javutil classes and interfaces support event handling?
What state does a thread enter when it terminates its processing?
What is the purpose of the wait() method?
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?