This page last changed on Apr 27, 2010 by nickh.
Overview
Java EE 5 SDK provides the necessary components to create and host enterprise Java applications. It includes the Glassfish application server which can also be used as a container for the Metro implementation of the Stonehenge StockTrader Sample Application.
Installing Java EE 5 SDK (w/JDK and Glassfish)
- In a web browser, navigate to the Java EE 5 SDK download page.
- Select your platform, and then click the Download button under *GlassFish
Java EE + JDK*
- Install the setup package following the documentation corresponding to your platform.
- At the Admin Configuration screen of the installation, configure the settings using the values shown in the table below:
Property |
Value |
Admin User Name |
admin |
Password |
A strong memorable password |
Prompt for Admin User Name and Password |
Selected |
Admin Port |
4848 |
HTTP Port |
8080 |
HTTP Port |
8181 |
- Once installation is complete, configure the following environment variables:
Name |
Sample Value |
AS_HOME |
C:\Sun\SDK |
JAVA_HOME |
C:\Sun\SDK\jdk |
- Add the following paths to your PATH environment variable:
Description |
Example Path |
Glassfish binaries folder |
C:\Sun\SDK\bin |
JDK binaries folder |
C:\Sun\SDK\jdk\bin |
|