Top "Catalina" questions

Catalina is Tomcat's component that interacts with Java servlets.

How to fix access to the requested resource which has been denied in Tomcat?

I want to enable form based authentication by using database as realm but I'm always getting that message whenever I …

tomcat authentication configuration http-status-code-403 catalina
Changing of location of catalina.pid for tomcat

"catalina.pid" is not in the "tomcat/bin" folders where it should be and it isn't created there during tomcat …

tomcat catalina
Starting Tomcat Failed to initialize end point associated with ProtocolHandler

I'm trying to start a tomcat instance(the only tomcat I have), and I'm getting some weird problems, I know …

java tomcat port catalina
What are the Tomcat Component? What is Catalina and Coyote?

Can anyone describe What is component in Tomcat and what is role of it in Tomcat server? What is Coyote? …

java tomcat catalina
In tomcat, what is catalina_home and why we use it?

Iam new to tomcat but i knew something in java, While setting up tomcat we use to set java_home …

tomcat catalina
Adding -javaagent to Tomcat 6 server, where do I put it and in what format?

I´m trying to install an application health monitoring application that can monitor J2EE web transactions and I need …

java tomcat javaagents catalina
Tomcat catalina.out file is growing very rapidly! How to prevent Hibernate's INFO and DEBUG statements from getting added to catalina.out file?

My Java application (Spring, Hibernate, MySQL) is running in Tomcat 5.5 After the last set of changes to my application, Tomcat's …

hibernate logging tomcat5.5 catalina
Tomcat not starting : Not able to reserve enough space for object heap

When starting tomcat I get the error Not able to reserve enough space for Object Heap Not able to create …

tomcat jvm heap catalina
The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path

When I debug tomcat, the broswer start but get 404: HTTP Status 404 - / type Status report message / description The requested resource …

java tomcat intellij-idea server catalina
How to configure tomcat to rollover catalina.log files

I'm trying to configure my tomcat to rollover log files once a size limit is reached. I'm running tomcat as …

tomcat logging tomcat6 catalina