TEL. 022-200-9006
〒980-0014 宮城県仙台市青葉区本町2-3-10
Eclipse
J2EE
TOmcat
Web Perfomer環境構築メモ
■JDK
・Java SE Development Kit 8u65
jdk-8u65-windows-x64.exe
インストール先:C:\tools\Java\jdk1.8.0_65\
※JREもインストール求められるので、C:\tools\Java\jre1.8.0_65\
・環境変数設定
JAVA_HOME
■J2EE
・Java Platform, Enterprise Edition 6 SDK Update 3
java_ee_sdk-6u3-windows.exe
インストール先:c:\tools\glassfish3
・バージョン
最新版は「Java Platform, Enterprise Edition 7 SDK Update 2」だが、
インストーラーがUniversal zip installer となっており、Windows installerが提供されていないので、
今回は 6を選択
・インストーラー起動方法
java_ee_sdk-6u3-windows.exe -j C:\tools\Java\jdk1.8.0_65
※普通にExe起動するとエラーになる。
・設定
インスタンスの設定
構成:ドメイン
必要な設定を行なっています
_____________
ドメインを作成しています
____________
実行中のコマンド:C:\tools\glassfish3\glassfish\bin\asadmin.bat --user admin --passwordfile - create-domain --savelogin --checkports=false --adminport 4848 --instanceport 8080 --domainproperties=jms.port=7676:domain.jmxPort=8686:orb.listener.port=3700:http.ssl.port=8181:orb.ssl.port=3820:orb.mutualauth.port=3920 domain1
C:\tools\glassfish3\glassfish\bin\asadmin.bat --user admin --passwordfile - create-domain --savelogin --checkports=false --adminport 4848 --instanceport 8080 --domainproperties=jms.port=7676:domain.jmxPort=8686:orb.listener.port=3700:http.ssl.port=8181:orb.ssl.port=3820:orb.mutualauth.port=3920 domain1 Using port 4848 for Admin.
Using port 8080 for HTTP Instance.
Using port 7676 for JMS.
Using port 3700 for IIOP.
Using port 8181 for HTTP_SSL.
Using port 3820 for IIOP_SSL.
Using port 3920 for IIOP_MUTUALAUTH.
Using port 8686 for JMX_ADMIN.
Using default port 6666 for OSGI_SHELL.
Using default port 9009 for JAVA_DEBUGGER.
The file in given locale [ja_JP] at: [C:\tools\glassfish3\glassfish\lib\templates\locales\ja_JP\index.html] could not be found. Using default (en_US) index.html instead.
Distinguished Name of the self-signed X.509 Server Certificate is:
[CN=PC136,OU=GlassFish,O=Oracle Corporation,L=Santa Clara,ST=California,C=US]
Distinguished Name of the self-signed X.509 Server Certificate is:
[CN=PC136-instance,OU=GlassFish,O=Oracle Corporation,L=Santa Clara,ST=California,C=US]
No domain initializers found, bypassing customization step
Domain domain1 created.
Domain domain1 admin port is 4848.
Domain domain1 admin user is "admin".
Login information relevant to admin user name [admin]
for this domain [domain1] stored at
[C:\Users\ishimori\.asadminpass] successfully.
Make sure that this file remains protected.
Information stored in this file will be used by
asadmin commands to manage this domain.
Command create-domain executed successfully.
ドメインを起動しています
____________
実行中のコマンド:C:\tools\glassfish3\glassfish\bin\asadmin.bat start-domain domain1
C:\tools\glassfish3\glassfish\bin\asadmin.bat start-domain domain1
Attempting to start domain1.... Please look at the server log for more details.....
-----------------------
↑どこからアクセスすればいいか、URL不明
とりあえず飛ばして先に進む
■ANT
・Apache Ant
apache-ant-1.9.6-bin.zip
インストール先:C:\tools\apache-ant-1.9.6
・環境変数
ANT_HOME
■確認
・環境変数
■Tomcat
個別インストールはしない
pleiadesにセットされているものを使う。
・環境変数
CATALINA_HOME: C:\tools\pleiades\tomcat\8
■eclipse pleiades
・Pleiades All in One 4.5.1.v20151002
Eclipse 4.5 Mars マース SR1 for Windows ベース
の Java 64bit Full Edition
pleiades-e4.5-java-jre_20151002.zip
※JDK6,7,8、Tomcat6,7,8が同梱されている…
■JavaMail API Release 1.3.3
http://www.oracle.com/technetwork/java/javamail-1-3-3-137201.html
javamail-1_3_3_01.zip をダウンロードし、
中からmail.jarを取り出し、
C:\tools\pleiades\tomcat\8\lib にコピー
■JavaBeans Activation Framework
http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-java-plat-419418.html#jaf-1.1.1-fcs-oth-JPR
jaf-1_1-fr.zip をダウンロードし、
中からactivation.jarを取り出し、
C:\tools\pleiades\tomcat\8\lib にコピー
■Web Performerプラグイン
・WPPlugin_1500.exe
・インストールキー xxxx-xxxxxx-xxxxx
画面に沿って進む。eclipseフォルダはpleiades配下にあることに注意。
■JDBCドライバ
SQLServerは sqldbjc4.jar (全バージョン2005-2014で同じ)
sqljdbc_4.0.2206.100_jpn.exe でダウンロード
--------------------------------------------
pleiades Fullを使うのを止める
■Tomcat
・apache-tomcat-7.0.65-windows-x64.zip
インストールディレクトリ:c:\tools\apache-tomcat-7.0.65
・環境変数
CATALINA_HOME: c:\tools\apache-tomcat-7.0.65
・server.xml
・tomcat-users.xml
をマニュアルに沿って修正する。
ユーザーは admin/admin で登録
・起動
startup.bat で起動し、 http://localhost:8080 で接続
■eclipse
・eclipse-inst-win64.exe
4.5.1 mars
Java Developer
初めて見るインストール形式だ…
インストールディレクトリ:c:\tools\eclipse\mars
やめる
■Eclipse Pleiades 4.5 Java Standardをダウンロード
・Graphical Editing Framework GEF SDKインストール
検索URLは http://download.eclipse.org/releases/mars/
※1回目はエラーになった。
・Tomcat Pluginインストール
■Web Performerプラグイン
WPPlugin_1500.exeからインストール
インストールキー xxxx-xxxxxx-xxxxx
※インストールすると、インストールフォルダ名の変更が出来なくなるので注意
以上
〒980-0014
宮城県仙台市青葉区本町2-3-10
TEL 022-200-9006
FAX 022-721-3503
URL http://nanairo-inc.jp
採用サイト https://nanairo-inc.jp/graduate_recruitment
Mail
ishimori_yuzuru☆nanairo-inc.jp
担当 石森