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).

SEVERE: ContainerBase.addChild: start:org.apache.catalina.LifecycleException: Failed to start error

I encountered this error when I tried to run my application in Tomcat. I already checked the version of tomcat …

java tomcat web.xml illegalstateexception
build-impl.xml:1031: The module has not been deployed

I have been working on a Java web application and i am using SmartGwt on Netbeans 7.3 and out of a …

java tomcat web netbeans-7
Default session timeout for Apache Tomcat applications

What is the default session timeout for web applications deployed on Tomcat5.5? Is it browser specific? In my web application, …

java tomcat session-timeout
403 Access Denied on Tomcat 8 Manager App without prompting for user/password

I have set up tomcat 8 according to this, and I have the following tomcat-users.xml file: <?xml version="1.0" encoding="…

tomcat tomcat8
Change Tomcat Server's timeout in Eclipse

When I try to run my Tomcat I get a message: Server Tomcat v6.0 Server at localhost was unable to …

eclipse tomcat
Eclipse "Server Locations" section disabled and need to change to use Tomcat installation

I have set up a dynamic web project in Eclipse with a Tomcat 5.5 installation. I want to be to set …

eclipse tomcat eclipse-wtp tomcat5.5 eclipse-3.4
Cannot create JDBC driver of class ' ' for connect URL 'null' : I do not understand this exception

Why does it say null URL and gives a empty ' ' class in the exception when I have provided …

java jakarta-ee tomcat jndi derby
Tomcat request timeout

In my web application there are some requests which last longer than 20 seconds. But in some situations the code can …

java tomcat jakarta-ee request timeout
Recommended way to save uploaded files in a servlet application

I read here that one should not save the file in the server anyway as it is not portable, transactional …

tomcat servlets file-upload servlet-3.0
What is "pom" packaging in maven?

I was given a maven project to compile and get deployed on a tomcat server. I have never used maven …

java tomcat maven