Tomcat5.5のインストール
インストール手順
- Tomcat5.xダウンロードサイト より apache-tomcat-5.5.26.zip をダウンロードします。
- 圧縮ファイルを c:\aipo_develop に展開します。
設定
PostgreSQL JDBCドライバの設置
- PostgreSQL JDBCドライバダウンロードサイトより postgresql-8.1-412.jdbc3.jar をダウンロードします。
- ダウンロードしてきた jar ファイルを、 C:\aipo_develop\apache-tomcat-5.5.26\common\lib に設置します。
build.properties の編集
C:\Documents and Settings\xxxx\build.properties の以下の行を適切な値に編集します。(注意)C:\aipo_develop\apache-tomcat-5.5.26 に Tomcat がインストールされた場合はこのままにします。
maven.war.appserver.home=C:\\aipo_develop\\apache-tomcat-5.5.26
