Eclipse & Struts 환경설정

Eclipse & Struts 환경설정



jdk : http://java.sun.com/javase/downloads/index.jsp

eclipse : http://www.eclipse.org/downloads/ , http://amateras.sourceforge.jp/cgi-bin/fswiki/wiki.cgi

amateraIDE : http://amateras.sourceforge.jp/cgi-bin/fswiki_en/wiki.cgi

dbedit : http://sourceforge.net/projects/dbedit/

tomcat : http://tomcat.apache.org/



------------------------------------------------------------------------------------


1. 이클립스 다운로드, 설치



test version : Eclipse SDK 3.2.1

설치 - c:\Program Files\eclipse

-----------------------------------------------------------------------------------------------------

2. 톰캣 다운로드, 설치



test version : Apache Tomcat 5.5.20

설치 - c:\tomcat

------------------------------------------------------------------------------------------------------

3. Eclipse tomcat plug-in 다운로드, 설치



test verstion : tomcatPluginV31

설치 - c:\Program Files\eclipse\plugins

<상태 변화>

* 이클립스 툴바(toolbar)에 톰캣 호랑이 아이콘이 3개 생긴다.

* Tomcat Project 를 생성 할 수 있다.

// windows - preferences... 에서 tomcat 에 관한 설정을 해줘야 한다.

------------------------------------------------------------------------------------------------------

4. Tomcat administration tool 다운로드, 설치



test version : jakarta-tomcat-5.5.9-admin

설치 - c:\tomcat 에 덮어서 설치

4.1 C:\tomcat\conf\tomcat-users.xml 수정





<상태 변화>

* http://127.0.0.1:8080/admin 접근 가능해진다.

* Tomcat project - reload this context 가능 해진다.

------------------------------------------------------------------------------------------------------

5. Eclipse GEF, htmleditor plug-in 다운로드, 설치



test version : GEF-ALL-3.2.1, htmleditor_2.0.3

GEF 설치 - c:\Program Files\eclipse\ 에 덮어서 설치

htmleditor 설치 - C:\Program Files\eclipse\plugins

<상태 변화>

* new - Amateras 생김, windows - preferences.. - Amateras 생김

* html, jsp, xml 파일 생성 가능

------------------------------------------------------------------------------------------------------

6. Eclipse struts IDE plug-in 다운로드, 설치



test version : struts_IDE_2.0.3

설치 - C:\Program Files\eclipse\plugins

* new - Amateras - Struts 생김

* Add struts Support, Struts Action, Struts ActionForm, Struts JSP file 생성 가능

* struts-config.xml IDE 방식으로 작성 가능

------------------------------------------------------------------------------------

혹시 여기까지 해서 위와 같이 설정이 안 보이거나 안 나올 경우
이클립스의 다른 플러그인과 충돌 가능성이 있기 때문에
예를 들어 lomboz등의 플러그인이 깔리지 않은 순수 이클립스 버젼 위에 테스트 해 보시기 바랍니다.

그렇게 하면 반듯이 나옵니다.