Supported Configurations for WebLogic Server 5.1
![]() |
![]() |
![]() |
![]() |
![]() |
Get Adobe Reader |
UDP_SENDSPACE
buffer size defaults to 9216 (9k). WebLogic Server sends fragments up to 32K. Using a buffer size smaller than 32k may cause an IO Exception. Users should set the buffer size to 32 k. Use the following command:
This section lists the releases supported for this platform:
StartWeblogic.sh
script. exports LIB_PATH
instead of LIBPATH
. Users should update the script by replacing export LIB_PATH with export LIBPATH as shown below:case \Quname -s\Q in
AIX)
if [ -n "$LIBPATH" ]; then
LIBPATH=$LIBPATH:$WL_HOME/lib/aix
else
LIBPATH=$WL_HOME/lib/aix
fi
export
LIBPATH
echo "LIBPATH=$LIBPATH"
![]() ![]() |
![]() |
![]() |