Requirements 

GlassFish Setup

If FlexDeploy is being installed for first time, setup GlassFish server and Data Source as explained in following steps. 

Install GlassFish

./glassfish-3.1.2.2-unix.sh -j $JAVA_HOME

Install ADF Essentials

Configure GlassFish Server


-verbose:gc
-Xms1024m
-Xmx2048m
-Doracle.jdbc.autoCommitSpecCompliant=false
-Doracle.mds.cache=simple
-Djava.awt.headless=true
-Dflexagon.fd.install.root=</opt/flexdeploy/application>
-Dflexagon.fd.repository.root=</opt/flexdeploy/repository>

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.


EAR installation

From the extracted directory, navigate to the GlassFish directory. The ear will be located in this directory. 
Install the EAR:

Back