Search This Blog

Thursday, September 22, 2016

Stop DERBY Server in a SOA Quick start Install

Stop DERBY Server in a SOA Quick start Install
Open the file $DOMAIN_HOME/bin/setDomainEnv.sh

and set DERBY_FLAG="false" by default it is set to true.

# Set DERBY_FLAG, if derby is available.

if [ -f ${WL_HOME}/common/derby/lib/derby.jar ] ; then
        DERBY_FLAG="false"
        export DERBY_FLAG
fi




Tags: Publish
September 22, 2016 at 02:54PM
Open in Evernote

No comments: