Questions tagged [tomcat7]

Version 7.x (June 2010) of the Apache Tomcat servlet container. Use only if your question is specifically related to features of this version.

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

Apache Tomcat is an open source servlet container developed by the Apache Software Foundation (ASF). It supports the 3.0, 2.2, 2.2, and 1.0 specifications1. Questions here should relate only to Tomcat Version 7.x.

Use only if your question is specifically related to features of this version. Just because you are using this version, doesn't mean you need this tag. Use in addition to or instead of this tag.

See for more information.

Useful Links

5502 questions
32
votes
3 answers

Free Java servlet hosting?

I finished to build my semester project and now I need to show it to the lecturer. This project is a MVC server .. It contains Java Servlet (Contoller), JSP for the views. I'm using Hibernate 3.6.4 for the Model (DAO) layer and MySQL for the…
Billie
  • 8,938
  • 12
  • 37
  • 67
32
votes
7 answers

IntelliJ needs to copy tomcat/conf directory to project directory

I have a freshly installed Tomcat 7 server, and I'm trying to make IntelliJ deploy a HelloWorld Spring MVC app to Tomcat. My Tomcat home is /usr/share/tomcat7 and Tomcat base is /var/lib/tomcat7 However, when I try to run the project, IntelliJ…
Hrishikesh Choudhari
  • 11,617
  • 18
  • 61
  • 74
31
votes
2 answers

Servlet filters' order of execution

I stumbled upon a bug in my web application that had me scratching my head (and eventually pulling my hair) for a while before I found out what was going on. Basically, I had 2 filters defined in my web.xml, and the two mappings like that…
Pierre Henry
  • 16,658
  • 22
  • 85
  • 105
31
votes
3 answers

Cannot edit tomcat-users.xml

According to the instructions in some blogs I tried to modify the C:\Program Files\Apache Software Foundation\Tomcat 7.0\conf\tomcat-users.xml file as