8.1 Supported Configurations: Red Hat Enterprise Linux 4.0-1 WS on AMD64 and EM64T
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
This section provides the following information:
http://www.redhat.com
.
The Smart Update facility and upgrade installer (pj_server815_upgrade_generic.jar
) are not supported for upgrading WebLogic Server from a pre-8.1 SP5 release to 8.1 SP5 on this configuration.
For more information about known issues with this release, see BEA WebLogic Platform Release Notes for 8.1 SP5:
http://download.oracle.com/docs/cd/E13196_01/platform/docs81/relnotes/relnotes.html
To install WebLogic Platform 8.1 SP5 or WebLogic Server 8.1 SP5 on a Red Hat Enterprise Linux 4.0 configuration, complete the following procedure:
For more information on installing WebLogic Platform or WebLogic Server, see Installing WebLogic Platform:
http://download.oracle.com/docs/cd/E13196_01/platform/docs81/install/index.html
.
$BEA_HOME/weblogic81/server/bin/startWLS.sh
, append the following code to the Linux case
statement:LINUX|Linux)
arch='uname -m'
if[ "${arch}" = "x86_64" ]; then
arch=i686
fi
![]() ![]() |
![]() |
![]() |