Top "Tomcat6" questions

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

Scheduled task in a web application?

I'm building a statistics apps for an online game, built using the servlet API in Java (to be deployed on …

java tomcat servlets scheduled-tasks tomcat6
use multiple CATALINA_BASE to setup tomcat 6 instances on windows

The RUNNING.txt that comes with tomcat distribution indicates the use of CATALINA_BASE variable to enable multiple tomcat instance. …

windows tomcat6
org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null'

Hi When I try to connect to the datasource using JNDI, I am getting this error: [org.apache.tomcat.dbcp.…

tomcat6 jndi mysql5 apache-roller
HTTPS login with Spring Security redirects to HTTP

I have a Spring web app, secured with Spring Security, running on EC2. In front of the EC2 instance is …

spring ssl https spring-security tomcat6
AbstractMethodError on deploying Spring 4.0 in Tomcat 6

I am getting below exception on deploying Spring 4.0.1 app in Tomcat 6.0.37: SEVERE: Exception sending context initialized event to listener instance …

spring tomcat tomcat6 hibernate-validator spring-4
java.lang.ClassNotFoundException: org.apache.tomcat.jdbc.pool DataSourceFactory

I'm investigating moving away from an Oracle connection pool and using the Tomcat connection pool. I followed the myriad of …

tomcat datasource tomcat6 jndi connection-pooling
C3p0 connection pooling for jpa in persistence.xml not working?

I'm still getting JDBC timeouts after trying to configure c3p0 following all of the examples I could find. I'm …

hibernate jpa jetty tomcat6 c3p0
Tomcat6 and Java 7

In linux, is it possible to have a web application written using Java 7 be deployed on tomcat6? If so, what …

java tomcat6 java-7