Top "Tomcat6" questions

Version 6.x (December 2006) of the Apache Tomcat servlet container.

Tomcat 6 memory leaks log entries

Below is outtake of unique entries in my Catalina.out file on CentOS machine. I'm running Tomcat 6 with spring 3 and …

java spring memory-leaks tomcat6 catalina.out
Is there a way to enforce a deployment order in tomcat6?

I have 3 wars in my webapp folder. Two of them are built on services of the third one. I'm in …

tomcat deployment tomcat6
Understanding context.xml in tomcat 6

I created a mainly empty dynamic web project in eclipse. It has no servlets no jsp files The web.xml …

java tomcat6 context.xml
Nginx High volume traffic load balancing

For the last 3 weeks we have been testing Nginx as load balance. Currently, we're not succeeding to handle more than 1000 …

nginx tomcat6 load-balancing
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
Apache httpd 2.2.x + mod_jk 1.2.30 + tomcat 6 Error: Could not find worker with name 'XXXXX' in uri map post processing

I am getting the following error while setting up the load balancer with two Tomcat instances: [info] mod_jk.c (3189): …

apache tomcat6 mod-jk
How do disable Transfer-Encoding in Tomcat 6

I have a web application running on Tomcat 6.0.29 server and JDK 1.6. When I send the response to the client, Tomcat …

http-headers tomcat6 chunked-encoding
eclipse + maven + tomcat debugging

I'm developping a web application in Eclipse and I'm using maven, spring and tomcat. Now the problem I have is …

eclipse debugging maven tomcat6
Java: using endpoint to publish webservice to tomcat server

i am creating a simple SOAP web service. i am to ensure that it runs on a tomcat web service. …

java web-services jax-ws tomcat6 endpoint
Still cannot connect Tomcat 6 remotely via VisualVM

If checked the other questions regarding this issue but so far no soultion. Here is my setup: TC6 runs on …

java tomcat monitoring tomcat6 visualvm