Showing posts with label Weblogic Server. Show all posts
Showing posts with label Weblogic Server. Show all posts

Saturday, July 9, 2011

Uninstalling WebLogic Server




Uninstalling WebLogic Server
Uninstalling WebLogic Server does not remove the BEA Home directory associated with the installation, or the JVM.

Windows:

From the Windows Start menu, choose Start—>Programs—>BEA WebLogic Platform—>Uninstall WebLogic Platform. The WebLogic Server Uninstaller Welcome window is displayed. Proceed with that.

Unix:

Open command shell and go to the following directory:

WL_HOME/uninstall 

where WL_HOME represents the directory in which you installed WebLogic Server.

Enter uninstall.sh at the prompt.

The WebLogic Server Uninstaller Welcome window is displayed.



Tuesday, December 14, 2010

WebLogic Server Patch WDJ7 Installation (Weblogic Server Upgrade)

Weblogic Server Upgrade

Please follow the steps below, this patch will upgrade the already Weblogic installation (10.3.2) to WebLogic Patch WDJ7.

cd /u01/app/oraoem/Middleware
cd utils/bsu
./bsu.sh









Wednesday, July 14, 2010

Installation of Oracle WebLogic Server 11gR1 (10.3.2) on RHEL 5.5

In this article I will take you through step by step installation of Oracle Weblogic Server.
Installation of Oracle WebLogic Server 11gR1 (10.3.2).
Before installing, create OS users and group.

groupadd dba
useradd -g dba -G oinstall oraoem
mkdir /u01/app/oraoem/Middleware
chown -R oraoem:dba /u01/app/oraoem/Middleware
./wls1032_linux32.bin