eclipse中新建web項目

  1. File -New-Other-Server,將本機的Server路徑加入 ,如C:\apache-tomcat-7.0.64;apache

  2. File -New-Other-Web-Dynamic Web Project,填寫相應的name,一路next;tomcat

  3. 雙擊第一步創建好的server:eclipse

    點擊Modules - Add External Web Module:jsp

    點擊Browse 瀏覽指定到你工做空間中項目的WebContent目錄(該目錄也能夠在新建項目時本身定製),如:D:\develop\software\eclipse\workspace_whx\s\WebContentspa

    並設置項目的訪問路徑,如設置爲/s..net

  4. WebContent路徑下新建index.jsp
    orm

  5. 保存以上,並啓動tomcat,。server


  6. 地址欄訪問http://localhost:8080/s/index.jsp,看到相應內容,則成功。ip

相關文章
相關標籤/搜索