본문 바로가기
IT/Java

eclipse와 tomcat 연동 중 preference - server - runtime environments - add 에 tomcat이 없을 경우

by Jang HyunWoong 2014. 12. 19.

eclipse와 tomcat 연동 중 preference - server - runtime environments - add 에 tomcat이 없을 경우

JST Server Adapters 를 설치해야 합니다. 

설치 법 :


  1. Help -> Install New Software
  2. work with 에서 Juno 선택 (저는 Juno사용) 
  3.  "Web, XML, and Java EE Development" 를 펼치고 
  4.  JST Server Adapters, JST Server Adapters Extension 찾습니다. 
  5. 찾은 다음 설치 끝




In my case I needed to install "JST Server Adapters". I am running Eclipse 3.6 Helios RCP Edition.
Here are the steps I followed:
  1. Help -> Install New Software
  2. Choose "Helios - http://download.eclipse.org/releases/helios" site
  3. Expand "Web, XML, and Java EE Development"
  4. Check JST Server Adapters, JST Server Adapters Extension
After that I could define new Server Runtime Environments.
EDIT: With Eclipse 3.7 Indigo Classic, the steps are the same but you need both JST Server Adapters and JST Server Adapters Extentions to get the Server Runtime Environment options.

it's from


반응형