JSP 톰캣 이클립스 환경설정

 

JDK 다운로드: http://java.sun.com → downloads → Java SE → 최신버젼 다운로드.

 

tomcat plugin 활용 – 홈폴더 지정
http://frucyan.tistory.com/137

이클립스설치 및 환경설정 (톰캣프로젝트 생성 + SVN)
http://goo.gl/6Qa4G

Windows메뉴의 Preferences 창을 띄워서, Tomcat창의 설정이 바르게 되어있는지 확인한다.(이부분이 안되어 있으면, 톰캣 프로젝트 생성할때,  마침 버튼이 계속 비활성화 되어있다.)

JDK 윈도우7 환경설정 ( cmd 해서 java -version 시 에러나면 설정해줄것)

제어판 → 고급시스템설정 → 환경변수
 
환경변수에서 새로만들기를 선택합니다.
 
이름: JAVA_HOME
값: JDK가 설치되어 있는 디렉토리 지정 (예: c:\Program Files\jdk1.6.0_18)
 
다음 설정은 PATH값을 추가해주어야 한다.
이름: PATH (신규로 추가하는 것이 아니라 기존에 있는 PATH에 추가하는 것)
값: %JAVA_HOME%\bin; (가능하면, 기존 값 제일 앞에 추가하여 준다.)

참조:http://mirwebma.tistory.com/28

Struts2 설치와 설정

Struts 다운로드
http://struts.apache.org/download.cgi?Preferred=http%3A%2F%2Fapache.tt.co.kr%2F

http://www.roseindia.net/struts/struts2/

테스트 URL

http://127.0.0.1:8080/struts-2.3.1.1
http://127.0.0.1:8080/struts2tutorial

Tiles 설치와 설정

Tiles 다운로드
http://tiles.apache.org/download.html

http://viralpatel.net/blogs/2009/12/struts-2-tiles-plugin-tutorial-with-example-in-eclipse.html

기타참고자료

이클립스 (Eclipse) 와 TOMCAT 6.0 설치하기
http://citylock.tistory.com/525

Struts2 + Tiles 설치관련
http://leelooc.tistory.com/23

Struts2 + Tiles2 + Freemarker 설정
http://sooin01.tistory.com/42

[Jsp] Struts tiles 사용
http://hoonim.tistory.com/24

Struts 2.1.8 과 Tiles 2.1.4 버전을 이용하는 예제
http://micropilot.tistory.com/1441

JSP 톰캣 이클립스 환경설정
Scroll to top