How to develop Java EE applications on MacOS X? Eclipse + Tomcat is a good setup. You may download Eclipse from eclipse.org, just extract it to the folder you want. Tomcat setup a bit complicated...
1. Download latest binaries: Tomcat 7.0
2. Extract it to /Library/Tomcat
3. Lunch Terminal
4. cd /Library/Tomcat/bin
5. chmod 777 *.sh
6. Start it via ./startup.sh and kill it by ./shutdown.sh
7. Setup server configuration in Eclipse.
Enjoy! :)
1. Download latest binaries: Tomcat 7.0
2. Extract it to /Library/Tomcat
3. Lunch Terminal
4. cd /Library/Tomcat/bin
5. chmod 777 *.sh
6. Start it via ./startup.sh and kill it by ./shutdown.sh
7. Setup server configuration in Eclipse.
Enjoy! :)