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

Remote debugging Tomcat with Eclipse

I can't seem to debug the tomcat application through Eclipse. I've set CATALINA_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,address=8000,…

eclipse tomcat
A child container failed during start java.util.concurrent.ExecutionException

I tried to create/run a basic JSP and ran into the following error. I saw that other people have …

java jsp tomcat classnotfoundexception
How to restart tomcat 6 in ubuntu

How can one restart and start Tomcat 6 on Ubuntu from the command line with a default installation?

java tomcat ubuntu
IntelliJ and Tomcat.. Howto..?

Using Netbeans, I develop sites with Tomcat as the local server to manage it. In Netbeans it was "Install, write …

tomcat intellij-idea
How to change the ROOT application?

I'm trying to change the default application of a Tomcat 6 webserver to a different application than "ROOT" (inside webapps folder). …

tomcat tomcat6
How to start debug mode from command prompt for apache tomcat server?

I want to start debug mode for my application. But I need to start the debug mode from command prompt. …

java tomcat
Where can I find the Tomcat 7 installation folder on Linux AMI in Elastic Beanstalk?

I have a elastic beanstalk linux-tomcat ami instance with the sample application installed and working off the public dns. I'm …

linux tomcat amazon-elastic-beanstalk
How to get UTF-8 working in Java webapps?

I need to get UTF-8 working in my Java webapp (servlets + JSP, no framework used) to support äöå etc. for regular …

java mysql tomcat encoding utf-8
How to set level logging to DEBUG in Tomcat?

I would like to set level logging to DEBUG in tomcat but in console nevertheless only INFO and WARN output. …

debugging tomcat logging tomcat7 tomcat6
Tomcat: LifecycleException when deploying

I just downloaded the Tomcat 7.0.23 package on my Ubuntu 11.10. I followed the instructions on a Google API website to deploy …

tomcat lifecycleexception