Version 6.x (December 2006) of the Apache Tomcat servlet container.
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 tomcat6The RUNNING.txt that comes with tomcat distribution indicates the use of CATALINA_BASE variable to enable multiple tomcat instance. …
windows tomcat6Hi When I try to connect to the datasource using JNDI, I am getting this error: [org.apache.tomcat.dbcp.…
tomcat6 jndi mysql5 apache-rollerI have a Spring web app, secured with Spring Security, running on EC2. In front of the EC2 instance is …
spring ssl https spring-security tomcat6I 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-4I am trying to disable SSL on my tomcat and trying to send request for my app on TLS Port …
java ssl openssl tomcat6 poodle-attackI'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-poolingI need some help. I placed the code snippet below in my web.xml. <filter> <filter-name>…
spring hibernate character-encoding tomcat6In linux, is it possible to have a web application written using Java 7 be deployed on tomcat6? If so, what …
java tomcat6 java-7