Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Flexagon has developed a set of silent install scripts for WebLogic 12.1.3, which can be downloaded here.  

Unix Install

Copy the downloaded zip file to the target server and following the instructions below.

About this Install

Directory Structure - see http://docs.oracle.com/middleware/1213/soasuite/SOEDG/edg_storage.htm#SOEDG2168
We will use local storage for all directories.

...

Code Block
languagebash
$FD_ORACLE_MW_HOME/wlserver/common/bin/wlst.sh createFDServer.py


Start Node Manager

Code Block
languagebash
cd $FDWLS_ADMIN_DOMAIN_DIRECTORY/bin
nohup ./startNodeManager.sh > NodeManager.out &
tail -f NodeManager.out  (wait for Node Manager to start before continuing)

...