facebook twitter hatena line email

Java/tomcatインストール

提供: 初心者エンジニアの簡易メモ
移動: 案内検索

eclipseでtomcat設定

  1. ウィンドウ/設定/tomcatでtomcatのdirを指定する
  2. tomcat/tomcat起動
  3. http://localhost:8080/を確認

tomcatのドキュメントルート変更

D:\My Documents\program\eclipse\pleiades-e3.6-java-jre_20110228\tomcat5.5\conf\server.xmlの

<Host name="localhost" appBase="webapps" // 前
<Host name="localhost" appBase="d:\home" // 後