Java/tomcatインストール
提供: 初心者エンジニアの簡易メモ
eclipseでtomcat設定
- ウィンドウ/設定/tomcatでtomcatのdirを指定する
- tomcat/tomcat起動
- 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" // 後