Hi, does anybody have a guide to install tomcat on mac os x 10.6 step by step please. Because I'm a windows user
Thanks for your help
David Newton
Author
Rancher
Joined: Sep 29, 2008
Posts: 12612
posted
0
Unzip it to a directory?
What specifically do you need to know?
Jean Osorio
Greenhorn
Joined: Aug 11, 2010
Posts: 9
posted
0
David Newton wrote:Unzip it to a directory?
What specifically do you need to know?
Hi David, I unzip the apache-tomcat-6.0.29.tar.gz on my applications folder but when I try to open this folder from a terminal windows I got this messages:
cd applications ----- OK!!!
cd apache-tomcat-6.0.29
-bash: cd: apache-tomcat-6.0.29: No such file or directory
If I unzip the apache-tomcat-6.0.29.tar.gz on my user folder and open a terminal window, go to the /apache-tomcat-6.0.29/bin folder and execute this command:
sudo ./startup.sh
It's work, why???
How can I automate this startup command???
When I go to localhost:8080 and try to open any option, tomcat always ask me for a user and password, but I don't have it, where is this user and password???