Top "Tomcat6" questions

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

How to log/debug bad requests in tomcat?

In our system (closed system, java web application in tomcat 6 as server, java fat clients) our clients show occasionally "400 - …

http tomcat tomcat6 bad-request
How to generate custom JSESSIONID, based on some hash of user's data in order to replicate session

Is it possible to override Tomcat's embedded generator of JSESSIONID, to be able to create custom values of this cookie, …

java session amazon-ec2 tomcat6 jsessionid
Shutdown ExecutorService gracefully in webapp?

In my webapp, I created a service that is using an ExecutorService with fixed size ThreadPool. I reuse the same …

java multithreading tomcat6 executorservice
Illegal access: this web application instance has been stopped already. Could not load org.apache.log4j.spi.NOPLoggerRepository

I am using Netbeans 6.7 with Tomcat 6.0 and jasper reports for generating reports in a web application. I always get this …

java tomcat tomcat6 netbeans6.7
Tomcat 6 | What's the significance of antiResourceLocking & antiJARLocking?

I am working on a project where we'll be using Tomcat 6.0.20 for Development and production. I came across some issues …

tomcat6 server-configuration