프로그래밍/JSP, Spring, HTML5

(JSP) MAC에서 JSP 개발환경 구축하기

길가다주운노트 2016. 7. 10. 19:33

MAC은 서버나 자바 등의 경로 설정같은 것이 필요없음.


웹 서버에 사용될 JDK 깔기

http://www.oracle.com/technetwork/java/javase/downloads/index.html




웹 서버에 사용될 Apache Tomcat 깔기

http://tomcat.apache.org/index.html


tar.gz로 다운로드

특정 공간에 압축풀기

해당 폴더공간/bin 폴더에 들어간 후 startup.sh 시작

인터넷 주소창에 http://localhost:8080 검색


▲ Apache Tomcat 실행된 상황