반응형
1. 이클립스 설치 http://eclipse.org -> Download 3.3 version
- tomcatplugin
http://www.sysdeo.com/eclipse 아래쪽에 tomecatplugin 클릭
tomcatPluginV31.zip 다운
2. TomCat http://tomcat.apache.org 다운후 설치 struts도 다운
3. 이클립스에서 스트럿츠를 편리하게 사용하기 위해서는
GEF(Graphical Editing Framework), htmleditor, strutsIDE가 필요하다.
GEF : http://www.eclipse.org/gef/
htmleditor :
http://amateras.sourceforge.jp/cgi-bin/fswiki_en/wiki.cgi?page=EclipseHTMLEditor
strutsIDE : https://sourceforge.jp/projects/amateras/files/?release_id=24130#24130
4. 라이브러리 다운후 각 파일을 압축을 풀고
- GEF는 eclipse가 설치된 폴더에 붙여넣기 한다.
- htmleditor과 strutsIDE 는 eclipse설치파일/plugins에 붙여넣기 한다.
5. 이제 프로젝트를 시작해 보자.
이클립스를 켜고 프로젝트를 생성한다. 프로젝트 - 동적 웹
6. 프로젝트 생성 후 struts를 추가한다.
프로젝트를 클릭후 마우스 오른쪽 - new - other을 선택
Amateras/struts 폴더 밑에 add struts support를 선택하고 next한다.
tiles와 validator plugin을 사용하겠다는 것!! finish 클릭
7. web-inf아래에 Struts-config파일이 생성되었다면 성공 이제 스트럿츠를 사용해 보자!!
8. 설정
<tomcat 설정>
윈도우 - 설정 - tomcat5.5 - context file 설정 - 확인
포트바꾸기 : tocathome\conf\server.xml 8080을 원하는것으로
<java 설정>
윈도우 - 설정 - Java - 설치된 jre - 추가 클릭
- tomcatplugin
http://www.sysdeo.com/eclipse 아래쪽에 tomecatplugin 클릭
tomcatPluginV31.zip 다운
2. TomCat http://tomcat.apache.org 다운후 설치 struts도 다운
3. 이클립스에서 스트럿츠를 편리하게 사용하기 위해서는
GEF(Graphical Editing Framework), htmleditor, strutsIDE가 필요하다.
GEF : http://www.eclipse.org/gef/
htmleditor :
http://amateras.sourceforge.jp/cgi-bin/fswiki_en/wiki.cgi?page=EclipseHTMLEditor
strutsIDE : https://sourceforge.jp/projects/amateras/files/?release_id=24130#24130
4. 라이브러리 다운후 각 파일을 압축을 풀고
- GEF는 eclipse가 설치된 폴더에 붙여넣기 한다.
- htmleditor과 strutsIDE 는 eclipse설치파일/plugins에 붙여넣기 한다.
5. 이제 프로젝트를 시작해 보자.
이클립스를 켜고 프로젝트를 생성한다. 프로젝트 - 동적 웹
6. 프로젝트 생성 후 struts를 추가한다.
프로젝트를 클릭후 마우스 오른쪽 - new - other을 선택
Amateras/struts 폴더 밑에 add struts support를 선택하고 next한다.
tiles와 validator plugin을 사용하겠다는 것!! finish 클릭
7. web-inf아래에 Struts-config파일이 생성되었다면 성공 이제 스트럿츠를 사용해 보자!!
8. 설정
<tomcat 설정>
윈도우 - 설정 - tomcat5.5 - context file 설정 - 확인
포트바꾸기 : tocathome\conf\server.xml 8080을 원하는것으로
<java 설정>
윈도우 - 설정 - Java - 설치된 jre - 추가 클릭