Top "Tomcat7" questions

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

How Chrome browser know which client certificate to prompt for a site?

I'm setting up certificate authentication for my project using Tomcat. It works ok for command line client such as cURL. …

google-chrome authentication ssl tomcat7 client-certificates
Why I can not start my tomcat from command line?

I downloaded tomcat version 7.0.16 binary distributions core tar.gz from tomcat's official website to my ubuntu machine, then extracted the …

tomcat tomcat6 tomcat7
java.lang.NoClassDefFoundError: javax/servlet/http/HttpServlet

I work on a web application, I created a web service with axis2 I integrated this web service in my …

jakarta-ee tomcat7 axis2
What to do with annotations after setting metadata-complete="true" (which resolved slow Tomcat 7 start-up)?

Seems like the slow Tomcat 7 startup problem can be resolved with "metadata-complete" set to "true" in the web.xml, like …

annotations tomcat7 servlet-3.0
Cannot edit tomcat-users.xml

According to the instructions in some blogs I tried to modify the C:\Program Files\Apache Software Foundation\Tomcat 7.0\conf\…

tomcat tomcat7
How to fix Tomcat access to the requested resouce which has been denied?

Update: The code works correctly when the <auth-constraint> element is removed completely. Can anyone explain why it doesn't …

servlets tomcat7 http-status-code-403 security-constraint
org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 15 - Tomcat 7, JDK incompatibilty?

I tried upgrading to Java 8. When starting our tomcat7 server, with a Java 7-compiled .war file, I get the mysteriously …

tomcat tomcat7 classformatexception
Why would "java.lang.IllegalStateException: The resource configuration is not modifiable in this context." appear deploying Jersey app?

I have created an app implementing REST services locally using: Eclipse Indigo Jersey 2.4 Tomcat 7.0.47 When running locally using Eclipse, the …

tomcat7 jax-rs jersey-2.0
Should I upgrade to Tomcat8 from Tomcat 7

My project is currently running on Tomcat 7. Should I go for upgrade to Tomcat 8? What are the pros and cons …

tomcat tomcat7 tomcat8
Changing default welcome-page for spring-boot application deployed as a war

I was trying to find a way to change the default welcome-page for a spring-boot application that is being deployed …

spring tomcat7 spring-boot