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?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.