Top "Tomcat6" questions

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

message java.lang.IllegalStateException: No output folder

I am new to Tomcat on Windows. I am trying to deploy my Java project which I have made in …

jsp tomcat tomcat6
Looking for an example for inserting content into the response using a servlet filter

I've been searching the net and stackoverflow for an example of somebody inserting content into the response using a servlet …

java tomcat6 servlet-filters
CATALINA_OPTS vs JAVA_OPTS - What is the difference?

I was trying to find out the difference between Apache Tomcat variables - CATALINA_OPTS and JAVA_OPTS in SO …

java tomcat jvm tomcat6
Deploying war file to Tomcat with a different path

If I deploy a war file to Tomcat, called for example foo-bar-1.1.2.war, how can I deploy it so that …

java tomcat servlets tomcat6
Facing some issues regarding tomcat startup and shutdown on ubuntu 10.04

I am facing some issues regarding tomcat startup and shutdown. I am using Tomcat v.6.0.32 (using the extracted the bundle …

tomcat6 ubuntu-10.04 shutdown
java.lang.ClassNotFoundException: javax.faces.webapp.FacesServlet

I am getting this error, when executing JSF and PrimeFaces. I have included these jars, jsf-api-2.0.3.jar, jsf-impl-2.0.3.jar , jstl-1.0.2.…

jsf primefaces tomcat6 classnotfoundexception
Define Servlet Context in WAR-File

How can I tell e.g. Tomcat to use a specific context path when given my WAR-File? Example: I have …

java tomcat maven-2 tomcat6
Profile Tomcat Application With VisualVM

I would like to profile an application that runs on Tomcat with the VisualVM tool. Unfortunately, when I tell VisualVM …

tomcat6 visualvm
Unable to "Run on Server" a webapp from Eclipse

When running my WebApp project from Eclipse most of times it run correctly. But if by mistake to stop server, …

eclipse tomcat6 eclipse-wtp
How do I undeploy/completely-remove .war deployed under webapps directory when Tomcat 6.x is uninstalled?

Does anyone know of a method to remove all webapps deployed from .war files when uninstalling Tomcat (other then Shift + …

web-applications tomcat jakarta-ee tomcat6