2014年8月27日 星期三

[Java] Add Web Development (Tomcat) to Eclipse

  1. 下載Tomcat執行檔
  2.  安裝Eclipse Plugin
    • [Eclipse] -> [Help] -> [Install New Software]
    • Work with : Luna - http://download.eclipse.org/releases/luna
    • 安裝套件 :
      [Web, XML, Java EE and OSGI Enterprise Development] ->
      • <v> JST Server Adapter Extensions ( for apache tomcat)
      • <v> Eclipse Java EE Developer Tools
  3. 設定 Eclipse
    • [Eclipse] -> [Windows] -> [Preferences] -> [Server] -> [Runtime Environment]
    • 加入新的Profile,設定tomcat路徑(tomcat執行檔路徑)
      add new server profile
    • 重新執行專案即可

1 則留言: