We need to set up an Apache Tomcat 7 installation and get a third party software up and running. We have never used Apache Tomcat at all, although we are experienced Java developers, for what that's worth.

What are some good resources for getting this up and running and understanding what we're doing? An installation and setup tutorial would be great. A walkthrough of the configuration files, what they do, and the common options in each would be tremendous.

link|improve this question

67% accept rate
feedback

3 Answers

All I needed was on the Apache Tomcat site. The default configuration files are well documented internally.

link|improve this answer
feedback

For the installation I recommend this article:

http://wiki.v-collaborate.com/display/BLOG/2010/12/08/Install+Apache+Tomcat+7+on+ubuntu+and+debian

link|improve this answer
feedback

My advice stay clear of tomcat 7. It is still not largely supported. As an example it does not work with eclipse 3.5. It does not work too well with Axis2 and lots of Java framework. So i guess you are better off with Tomcat 6.

A second reason for using tomcat 6 is that most tutorials are based on tomcat 6. Finally a good place for tutorials will be coreservlets.com

link|improve this answer
This may have been true 18 months ago, but in our shop we have lots of Tomcat 7 instances used in production. We haven't encountered any incompatabilities. – Eric Wilson May 16 at 12:05
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.