# the following completed using the instructions in this article
#  https://oracle-base.com/articles/12c/weblogic-development-only-installation-on-oracle-linux-5-and-6-1211

# author : April, 2016
#
MW_HOME=/oracle/product/11.2.0/db_1; export MW_HOME
WLS_HOME=$MW_HOME/wlserver; export WLS_HOME
JAVA_HOME=/oracle/product/11.2.0/db_1/jdk18; export JAVA_HOME
PATH=$JAVA_HOME/bin:$PATH; export PATH
# JDK 7 Requirement
USER_MEM_ARGS="-Xms32m -Xmx200m -XX:MaxPermSize=350m"
# # Start WebLogic
# nohup $MW_HOME/user_projects/domains/mydomain/startWebLogic.sh > /dev/null 2>&1 &
# # or
# nohup $MW_HOME/user_projects/domains/mydomain/bin/startWebLogic.sh > /dev/null 2>&1 &
. $WLS_HOME/server/bin/setWLSEnv.sh
nohup /ora01/app/oracle/mydomain/startWebLogic.sh > /dev/null 2>&1 &

 

Ready for Action?

LET'S GO!
Copyright 2024 IT Remote dot com
linkedin facebook pinterest youtube rss twitter instagram facebook-blank rss-blank linkedin-blank pinterest youtube twitter instagram