views:

26

answers:

2

I need to install Tomcat on my local mac environment. Only tutorials I am finding are from some time ago. Running Snow Leopard. Anyone know of any good resources for this?

A: 

This question is more suited to serverfault.com

fahadsadah
A: 

Macports is your friend in this case. If you need to get Tomcat up and running quickly and don't want to worry about install details, you can install it with macports using port install tomcat5 (or tomcat6). There should be output from port near the end of the install that tells you how to set Tomcat to start up automatically.

Dana the Sane