Top "Tomcat7" questions

Version 7.x (June 2010) of the Apache Tomcat servlet container.

Log4j daily rolling catalina.out without restarting Tomcat?

i am having trouble with configuring Log4j correctly. I was expecting Log4j to rotate my catalina.out file …

java log4j rotation tomcat7 catalina
Apache 2.4 Tomcat7 and mod_jk

I want to connect apache2.4 with tomcat7 My configuration is: workers.properties workers.tomcat_home=/var/lib/tomcat7 workers.java_…

apache tomcat7 mod-jk
Eclipse modifies server.xml each time run the project (Run-->Run on Server)

I'm using Tomcat 7 on Eclipse Juno. I use workspace metadata as server location (Please see my tomcat configurations below). Also …

eclipse settings tomcat7 eclipse-juno
Tomcat from 8443 to 443

I have spring MVC web application started on tomcat 8. I'have created certificates for SSL Authorization. I have such I confing …

java tomcat ssl tomcat7 tomcat8
Geoserver fails One or more listeners failed to start

I am running GeoServer 2.7.1 on Tomcat 7.0.62 on OS X 10.10. I have installed Tomcat with Homebrew and copied the GeoServer 2.7.1 war …

tomcat7 osx-yosemite geoserver
Error while compiling apache APR make file not found

I tried to compile apache APR. The instruction sayed: All you should have to do is this: ./configure make make …

apache tomcat tomcat7 configure apr
Tomcat 7 sessionid cookie disable http-only and secure

I have a web application which is running on a Tomcat 7 server. The cookie with session id has by default …

cookies tomcat7 session-cookies httponly cookie-httponly
tomcat7-maven-plugin tomcatManager status code:403, ReasonPhrase:Forbbiden

I am trying to do mvn clean package tomcat7:deploy but always I get this error: tomcatManager status code:403, ReasonPhrase:…

maven tomcat7 maven-plugin
java.lang.ClassCastException: org.apache.tomcat.dbcp.dbcp.BasicDataSource cannot be cast to org.apache.tomcat.jdbc.pool.DataSource

I'm running Tomcat 7.0.22 and I wrote a simple servlet that connects to a SQL Anywhere 12.0 database. When I run the …

tomcat7 sqlanywhere
Replacement for RequestDumperValve in Tomcat 7

Tomcat 7 does not support the RequestDumperValve that was available Tomcat 6 and earlier. What is its recommended replacement in Tomcat 7?

tomcat logging tomcat7