How to download tomcat on Mac OS
I start to study JSP on my Mac.
So, I introduce how to download Tomcat server on Mac OS.
1. Go to Tomcat download page.
Click Tomcat version on left menu.
2. download tar file
3. Unzip the tar file
You should remember the downloaded path.
4. Let's start Tomcat server.
Go to downloaded path and execute below command.
bin/startup.sh
5. Verify whether Tomcat server start appropriately
Tomcat server is started normally if above page appared on url "loaclhost:8080"
Execute "bin/shutdown.sh" if you want to shut down the Tomcat server.
댓글 없음:
댓글 쓰기