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 are the elements of a cardlayout organized?
What are the services in RMI ?
What is a modular application? What does module-relative mean?
when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??
Explain the steps in details to load the server object dynamically?
What is the difference between the session.update() method and the session.lock() method?
For which statements does it make sense to use a label?
A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions
Explain the difference between object state and behavior?
Difference between loadclass and class.forname?
what are memory considerations of jsp compares to other web components?
What are the pros and cons of detached objects?
What is Stream Tokenizer?
Which are the different segments of memory?
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?