# 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 : susheel tamrakar ; 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"
# # Stop WebLogic
/ora01/app/oracle/mydomain/bin/stopWebLogic.sh
# or
# ps -ef|grep weblogic and kill the pid for weblog

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