Top "Tomcat7" questions

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

Spring Boot Embedded Tomcat Performance

I am developing Microservices API for my application. I started with Spring Boot application. I created two artifacts - "business …

spring tomcat spring-boot tomcat7 tomcat8
How to disable Tomcat JARScanner

How: To disable Tomcat JARScanner? Why: To stop Tomcat scan every .jar in my LIB folder. According to documentation it …

java tomcat tomcat7 tomcat8
Tomcat 7 - JSESSIONID cookie is not accessible from JavaScript code

Does anyone know what changed in the configuration between Tomcat 6 and Tomcat 7 that would cause the JSESSIONID cookie to not …

session-cookies tomcat7 jsessionid
How do I remove the port number from Tomcat urls?

Please help! How do I remove the port number and application name from Tomcat URL's? I have my domain with …

java tomcat dns tomcat7 linode
Disable jsessionid via http header (cookie) in Tomcat 7

I'm looking to disable jsessionid from being used in the https headers. Is there a way to turn this off …

session tomcat tomcat7 jsessionid
Spring Security Invalid remember-me token (Series/token) mismatch. Implies previous cookie theft attack

i have a GWT application using Spring Security3.1.2 running in a tomcat 7. i am using UsernamePasswordAuthenticationFilter and PersistentTokenBasedRememberMeServices to persists …

spring spring-security tomcat7 remember-me
Cannot create resource instance in Tomcat7

I'm trying to configure connection pool in Tomcat 7. Here is code: part of server.xml: <GlobalNamingResources> <!-- …

mysql jndi connection-pooling tomcat7 server.xml
Debug Mode timeout Tomcat

I try to start my Tomcat in debug mode but it throws the following error: Server Tomcat v7.0 Server at …

java eclipse tomcat tomcat7
Sometimes java.net.SocketTimeoutException: Read timed out. Sometimes not

I have this strange error with the java.net.SocketTimeoutException: Read timed out And maybe someone of you can help …

java eclipse tomcat7 timeoutexception