Top "Tomcat7" questions

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

Ubuntu Tomcat7 java.lang.ClassNotFoundException: org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory

I'm trying to set up a JDBC DataSource in Tomcat 7 under Ubuntu 12.X, so I added the following to the …

tomcat ubuntu jdbc datasource tomcat7
Tomcat7 bind to port 80 fails in Ubuntu 14.04LTS

I've got a problem with my tomcat7 installation on a newly updated Ubuntu system. Ever since the update to 14.04 LTS, …

tomcat7 port80 ubuntu-14.04
trouble deploying .WAR to tomcat

im having trouble deploying a war file on tomcat. i have written a webapp in netbeans on my windows machine. …

java linux tomcat netbeans-6.9 tomcat7
how to handle 2000+ requests/sec on tomcat?

I am developing an SMS application in Java. My clients send queries via SMS which will be forwarded to my …

java tomcat7 web-traffic
How to prevent file locking when undeploying a Tomcat web app?

I am using the manager app in tomcat 7, and i am unable to undeploy an application completely. It says FAIL …

tomcat memory-leaks tomcat7 file-locking undeploy
Unable to open the service 'Tomcat7'

Hi I installed Apache Tomcat 7 through windows installer.And just restarted my system and Im getting the Error Application System …

apache tomcat7
ways how to get heap dump from running tomcat 7

I've tried this Get a heapdump on JVM from Tomcat 6 but it doesn't work for me, Is there other ways …

java tomcat7 heap-dump
tomcat7 - jdbc datasource - This is very likely to create a memory leak

I get the following messages in catalina.out log file when tomcat is shutdown. I am using Tomcat 7.x and …

mysql spring memory-leaks tomcat7 datasource
Nginx configuration to pass site directly to tomcat webapp with context

tl;dr version How do you setup nginx as a reverse proxy for example.com to a locally running tomcat …

nginx tomcat7
Eclipse 4.2 (Juno) 'Cannot create a server using the selected type' in Tomcat 7

I have installed: eclipse juno java-6-openjdk-i386 (selected as default JRE in Eclipse) java-7-openjdk-i386 When I try to add …

eclipse tomcat tomcat7 ubuntu-12.04 eclipse-juno