Top "Tomcat6" questions

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

java.lang.OutOfMemoryError: PermGen space

i'm getting the following error "http-9000-5" java.lang.OutOfMemoryError: PermGen space org.apache.catalina.core.ApplicationDispatcher invoke SEVERE: Servlet.…

java tomcat6 permgen
Get the server port number from tomcat without a request

Is there any Tomcat API or configuration available which can tell an application (probably on startup), what port its running …

java tomcat jakarta-ee tomcat6 application-server
How to pass the -D additional parameter while starting tomcat?

I have a maven project, after running command mvn install all project as well as module compile and copied to …

java parameters batch-file tomcat6 environment
Character encoding issue with Tomcat

There is strange character encoding going on. I am using JSP (JSTL) and Struts with Tomat 6. I have my JSP …

java jsp tomcat jstl tomcat6
Log4jConfigListener cannot be found -- context fails to start

I am trying to set up a web application on Eclipse. I am using Tomcat 6.0 and jdk 1.6.0_23. For some reason …

java spring jsp web-applications tomcat6
How can I restrict access to certain URLs by source IP in Tomcat?

I want to restrict access to certain URLs in my Tomcat webapp. Only 3 known IP addresses should be allowed access …

security jakarta-ee tomcat tomcat6 access-control
Tomcat fails to start because of jdbc driver loading

Here's the relevant portion of the tomcat startup log: SEVERE: Context [/f360] startup failed due to previous errors Apr 8, 2010 6:45:56 PM …

jdbc tomcat6
Cannot start Apache Tomcat 6 from IntelliJ IDEA 12.1.4 Ultimate (Windows 7)

I need to debug a web application for Tomcat6 in IntelliJ IDEA. When I try to run my web application, …

java tomcat intellij-idea tomcat6
Unable to associate project with a runtime server in eclipse IDE

I had created a dynamic web project. AS of now it has a jsp file which am trying to run. …

java eclipse runtime tomcat6
starting tomcat on port 80 on CentOS release 5.5 (Final)

I want to start Tomcat 6.0.29 on port 80. My OS is CentOS release 5.5 (Final) I changed following line in $TOMCAT_HOME/…

tomcat tomcat6 centos port