1. tomcat6, eclipse, java6 설치

 yaourt jdk6

 pacman -S tomcat6

 yaourt eclipse-indigo


2. wdt 설치

 eclipse --> help --> Install New SoftWare... --> Add... --> http://download.eclipse.org/releases/indigo 추가후 업데이트

 eclipse --> help --> Install New SoftWare... --> Add... --> Web Tools Platform SDK 3.3.2 설치.


3. eclipse 사용할 계정 tomcat 그룹에 추가.

 # gpasswd -a $USER tomcat


4. eclipse tomcat6 서버 설정

 eclipse --> window --> Preferences --> Server --> Runtime Environments --> Add

 tomcat6 선택 --> Tomcat Directory :  /usr/share/tomcat6 --> Finish



+ Recent posts