what is catalina in tomcat server.

Answer Posted / swetha pachwa

Tomcat version 4.x was released with Catalina (a redesigned servlet container), Coyote (an HTTP connector) and Jasper (a redesigned JSP engine).

Catalina is Tomcat's servlet container. Catalina implements Sun Microsystems' specifications for servlet and JavaServer Pages (JSP). The architect for Catalina was Craig McClanahan.

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why a component architecture for the java platform?

581


How are the elements of a borderlayout organized?

599


Explain RMI Architecture?

608


What is a class loader? What are the different class loaders used by jvm?

587


Name the eight primitive java types.

599






Can I use multiple html form elements with the same name?

581


Can constructors be synchronized in java?

621


What is the difference between the session.get() method and the session.load() method?

602


whats is mean by connectionpooling

1568


Why is string immutable in java?

581


Why use a datasource when you can directly specify a connection details? (in a J2EE application)

3454


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

1815


What is ioc concept?

693


Why do threads block on i/o?

685


Do we need to override service() method

1145