Top "Tomcat7" questions

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

What causes a NotSerializableException in Tomcat 7?

My DAO implementation is throwing a not serializable exception on server start up with Tomcat7. Any idea what causes this? …

java tomcat7 notserializableexception
Eclipse 3.7 (Indigo) + Tomcat7 --- Cannot create a server using the selected type

Setup: Eclipse 3.7 + the WEB tools from the indigo update site Tomcat7 Ubuntu Problem: When I try to add a new …

eclipse tomcat7 eclipse-indigo
Jar file failed to load in tomcat webapps

This is what the error i got when i try to deploy maven project to tomcat mvn tomcat7:deploy Error : …

java jar tomcat7 maven-3
Set the correct username and password with the "manager-script" role in the Tomcat

I know this has been asked many before. But I have already placed my user to role "manager-script". I keep …

tomcat netbeans tomcat7 netbeans-7
Ajp invalid message received with signature

I am using Tomcat 7.0.29 fronted with Apache 2.2.22 modproxy. Configured Ajp as the protocol in httpd.conf and AjpNioProtocol in server.…

apache2 tomcat7 mod-proxy proxypass
How to Implement SSO on existing tomcat web application

I have a tomcat 7 setup with oldApp.war and newApp.war deployed on it. Both the applications share the same …

java spring tomcat7 single-sign-on
<%@ page pageEncoding="UTF-8"%> ignored when included from another jsp

I have code (now in github) like : my.jsp (a generic jsp - all my jspS follow this pattern more …

jsp encoding include tomcat7 jsp-tags
DispatcherServlet and web.xml in Spring Boot

I'm currently trying to move my project from Java EE to Spring Boot project. However, i've been stucked and confused …

java spring spring-boot tomcat7 web.xml
How to fix Tomcat WARNING: An attempt was made to authenticate the locked user?

I am using Tomcat 7 with for Spring and JPA Application, database MySQL. Everything is working fine.but sometime realm.LockOutRealm …

authentication configuration tomcat7 catalina
401 Unauthorized error while logging in Manager-App of Tomcat

I am trying to log in to the Manager App in Tomcat 7.0.22 for Mac OS X 10.7. Here is the error …

terminal osx-lion tomcat7 manager-app