Tomcat Catalina

Catalina is a Tomcat servlet container. Several of the Tomcat startup and stop routines rely on catalina routine (either catalina.bat on Windows or catalina.sh on Linux).

The logfile catalina.out contains everything that developers have logged using system.println. Due to this catalina.out can grow in size, and may need to rotated or need to swallow the output from application contexts. you can do it by setting swallowOutput to true.

Catalina follows the servlet spec specified by Sun Microsystems. A servlet is a web component managed by a container that generates dynamic content. Servlets are platform independent
and are loaded dynamically into Tomcat server. The servlet containers provide the necessary functionality. Servlets interact with web clients via a request/response pattern.

Comments on this post:
 #

I need help with Tomcat Catalina log rotation. catalina.out rotate makes no sense to me.

 

Post new comment

The content of this field is kept private and will not be shown publicly.

Download Tcat Server - Tomcat Simplified

Develop, diagnose, manage, configure, and deploy your Apache Tomcat applications with ease, and break free from bloated legacy JEE app servers. Built on 100% Tomcat, with no changes to the core code, Tcat Server is free for developers, and there is no commitment required. Try it now, risk-free! 
 

click thumbnail to enlarge

Link to this page