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

Tomcat Servlet: Error 404 - The requested resource is not available

I am completely new to writing a Java Servlet, and am struggling to get a simple HelloWorld example to work …

tomcat servlets http-status-code-404
Increase Tomcat memory settings

Possible Duplicate: Dealing with “java.lang.OutOfMemoryError: PermGen space” error I have 8GB RAM in my development machine, and am …

tomcat memory
Tomcat 7 "SEVERE: A child container failed during start"

Basically, I've written a springMVC application (with a relatively shotgun my way first-timer approach with regards to Spring). The project …

java tomcat tomcat7
How do I set Tomcat Manager Application User Name and Password for NetBeans?

I'm trying to follow a tutorial to make an extremely basic Java web application in NetBeans. When I try to …

java jsp tomcat netbeans
How to change tomcat port number

I am developing a web application in JSP, in that for some purpose I need to change tomcat accessing port. …

java tomcat port
What does "The APR based Apache Tomcat Native library was not found" mean?

I am using Tomcat 7 in Eclipse on Windows. When starting Tomcat, I am getting the following info message: The APR …

eclipse tomcat apr
HTTP Status 404 - The requested resource (/) is not available

I integrated Tomcat 7 in Eclipse. When I start it using Eclipse, it shows that Tomcat is up and running, but …

eclipse jsp tomcat http-status-code-404
Apache Tomcat Not Showing in Eclipse Server Runtime Environments

I have tomcat 5.5 installed, running and verifiable at http://localhost:8080/. The Tomcat menu option appears in the Eclipse menu bar …

java eclipse tomcat
How to use JNDI DataSource provided by Tomcat in Spring?

It is said that in the Spring javadoc article about DriverManagerDataSource class, that this class is very simple and that …

java spring tomcat datasource jndi
Tomcat base URL redirection

Using tomcat, how do I get a request for http://www.mydomain.com to redirect to http://www.mydomain.com/…

html tomcat