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

How do you configure tomcat to bind to a single ip address (localhost) instead of all addresses?

How do you configure tomcat to bind to a single ip address (localhost) instead of all addresses?

tomcat
How do I properly set the permgen size?

I have this VM with tomcat, java, and grails in it. I've been getting permgen errors so I looked around …

java tomcat grails jvm permgen
At least one JAR was scanned for TLDs yet contained no TLDs

I keep getting this on tomcat 7.30 (eclipse juno) At least one JAR was scanned for TLDs yet contained no TLDs. …

eclipse tomcat tomcat7
java.lang.NoClassDefFoundError: org/apache/juli/logging/LogFactory

I have actually figured this problem out, but it took me days, so I thought I would paste my solution …

eclipse tomcat logging noclassdeffounderror
Deploying my application at the root in Tomcat

I have the war file of my application. I need to deploy this at the root level. The current URL …

java tomcat
"SetPropertiesRule" warning message when starting Tomcat from Eclipse

When I start Tomcat (6.0.18) from Eclipse (3.4), I receive this message (first in the log): WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/…

java eclipse tomcat eclipse-3.4
How to increase Java heap space for a tomcat app

There are lots of questions that ask this or a similar question. They all give the command that has to …

java tomcat heap-memory
Java error: Only a type can be imported. XYZ resolves to a package

I get the error: "Only a type can be imported. XYZ resolves to a package." Someone has explained the cause …

java jsp tomcat classpath
How can I specify system properties in Tomcat configuration on startup?

I understand that I can specify system properties to Tomcat by passing arguments with the -D parameter, for example "-Dmy.…

tomcat properties system-properties context.xml
How to create war files

What are the best practices of creating war files (using eclipse) to run on tomcat? tutorials, links, examples are highly …

java eclipse tomcat war