...
...
...
...
...
Requirements
- GlassFish 3.1.2 (GlassFish 4 is NOT supported at this time)
- 4GB of RAM
- 1 CPU
- JDK – refer to 3.1.2 Certification Matrix
GlassFish Setup
If FlexDeploy is being installed for first time, setup GlassFish server and Data Source as explained in following steps.
...
- Unzip the file to a temporary location: unzip -j adf-essentials.zip -d /oracle/adf
- Copy all of the files from /oracle/adf to the $GLASSFISH_HOME/glassfish/domains/$DOMAINNAME/lib directory.
- From the extracted zip directory, navigate to the GlassFish directory and locate these directories:
- lib
- modules
- Copy the files (do not copy the lib folder itself) in the lib directory to $GLASSFISH_HOME/glassfish/domains/$DOMAINNAME/lib
- Copy the files (do not copy the modules folder itself) in modules directory to $GLASSFISH_HOME/glassfish/modules
- Start glassfish:
- cd $GLASSFISH_HOME/glassfish/bin
- asadmin
- start-domain $DOMAIN_NAME
- Set GLASSFISH_HOME to the install location of glassfish
- Set DOMAIN_NAME to the name of your domain (like fddomain)
- Login into GlassFish Administration Console (http://hostname:4848)
- Create Data Source
- Go to Resources – JDBC - JDBC Connection Pools
- Set following values, then next
- Pool Name: FlexDBDSPool
- Resource Type: javax.sql.DataSource
- Database Driver Vendor: Oracle
- Scroll down to properties
- Set the following values, then Save
- Name: URL Value: jdbc URL for database
- Name: User Value: fd_admin
- Name: PasswordValue: <password for fd_admin>
- Go to General tab and then Save
- Go to Resources – JDBC - JDBC Resources
- Set following values, then Save
- JNDI Name: jdbc/flexdbDS
- Pool Name: FlexDBDSPool
- Go to Resources – JDBC - JDBC Connection Pools
- Add the following JVM arguments on the server (click on Configurations, server-config, JVM Settings, JVM Options)
- -verbose:gc -Xms1024m -Xmx2048m -Dflexagon.fd.install.root=/prod/flexdeploy -Dflexagon.fd.repository.root=/prod/repository -Doracle.jdbc.autoCommitSpecCompliant=false -Doracle.mds.cache=simple
- NOTE: be careful in copying arguments due to potential character changes.
- Please make sure to modify the arguments for Server working directory (-Dflexagon.fd.install.root) and Artifacts repository (-Dflexagon.fd.repository.root) as per your installation.
- Setup Logger Configurations.
- From the extracted zip directory, navigate to the GlassFish directory and locate this file:
- FDGlassFishLogFormatter.jar
- Copy the FDGlassFishLogFormatter.jar to the lib sub-directory of the domain.
- From the extracted zip directory, navigate to the GlassFish directory and locate this file:
EAR installation
From the extracted directory, navigate to the GlassFish directory. The ear will be located in this directory.
Install the EAR:
...