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 are transaction attributes?
whats is mean by connectionpooling
How are commas used in the intialization and iteration parts of a for statement?
How will you pass parameters in RMI? Why do you serialize?
what are the activation groupworks?
What is aop(assepct oriented programing)?
What is jboss?
Is the infobus client side only?
Why does the option tag render selected=selected instead of just selected?
What are the pros and cons of detached objects?
Why are some of the class and element names counter-intuitive?
What are the different class loaders used by jvm?
What value does read() return when it has reached the end of a file?
Explain RMI Architecture?
What is permgen or permanent generation?