Top "Tomcat" questions

Use this tag for questions about Apache Tomcat (or simply Tomcat, formerly also Jakarta Tomcat) which is an open source Servlet Container developed by the Apache Software Foundation (ASF).

Tomcat 7.0.43 "INFO: Error parsing HTTP request header"

I use Tomcat 7.0.43 with a websocket application. My app works fine in Tomcat 7.0.42 but with 43 I get the following output …

java tomcat servlets tomcat7
How to use Tomcat 8 in Eclipse?

EDIT 2014-02-07: Eclipse Luna is here, and support for Tomcat 8 is included in the bundled WTP : ) Happy days! Tomcat 8 …

eclipse tomcat websocket eclipse-kepler
keytool error bash: keytool: command not found

I have tried to execute keytool from Java bin directory but I get an error with warning bash: keytool: command …

java tomcat ssl certificate keytool
org.glassfish.jersey.servlet.ServletContainer ClassNotFoundException

I have been getting a ClassNotFoundException with org.glassfish.jersey.servlet.ServletContainer but it peculiarly started last night when I …

java tomcat jersey glassfish classnotfoundexception
Multiple contexts with the same path error running web service in Eclipse using Tomcat

This is the error that I got when I created my first Axis2 web service using Eclipse. After I wrote …

eclipse web-services tomcat axis
How do I find the value of $CATALINA_HOME?

I have to copy Connnector/J JAR in $CATALINA_HOME/lib of Tomcat7 on Amazon EC2. How to find the …

tomcat tomcat7
how to set JAVA_OPTS for Tomcat in Windows?

I'm trying to set JAVA_OPTS for Tomcat on a Windows machine, but I keep getting an error if I …

tomcat java-opts
Can not find the tag library descriptor for “http://java.sun.com/jsp/jstl/core”

I have included this at the very top of my JSP page: <%@ taglib prefix="c" uri="http://java.sun.…

java eclipse tomcat jstl
Deploying just HTML, CSS webpage to Tomcat

I am just getting started on developing a website. All I have at the moment is a HTML page supported …

html css tomcat web-deployment-project
Tomcat started in Eclipse but unable to connect to http://localhost:8085/

I configured Tomcat 6.0.24 in Eclipse on port 8085 and started successfully with log as below: Feb 17, 2010 4:24:31 PM org.apache.catalina.core.…

eclipse tomcat http-status-code-404