-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Yuichi Kuwahara edited this page Oct 18, 2015
·
1 revision
このモジュールは現在開発中で、以下記載通りには動作しません。
SIT-AD-MWは、Java EEの実行環境であるアプリケーションサーバーとデータベース管理システムをインストールするためのツールです。
予め以下のソフトウェアをインストールしてください。
- JDK 1.8.x
- Maven 3.x
コマンドプロンプトで以下のコマンドを順に実行します。
set JAVA_HOME=<JDKがインストールされているディレクトリ>
set MAVEN_HOME=<Mavenがインストールされているディレクトリ>
set PATH=%MAVEN_HOME%\bin;%PATH%
powershell -command "wget https://raw.githubusercontent.com/sitoolkit/sit-ad-mw/master/exec/pom.xml -outfile pom.xml"
mvn -q
mvnコマンドを実行した後は、表示されるガイダンスに従いインストールするミドルウェアを選択します。
インストールするミドルウェアを選択してください。 1:Application Server 2: Database Management System ?> 1 or 2 インストールするアプリケーションサーバーを選択してください。 1:Glassfish Web Profile : ?> 1 or ...
選択したミドルウェアは以下のディレクトリにインストールされます。
C:\sitoolkit - as - glassfish-web - 4.1.1 : - db : - mw-catalog.properties
インストールされたミドルウェアのディレクトリはmw-catalog.propertiesに記録されます。
as.glassfish-web.4.1.1 = C:\\sitoolkit\\glassfish-web\\4.1.1