加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

How to Apply Patches to a WLS 8.1 Environment

发布时间:2020-12-12 13:27:03 所属栏目:百科 来源:网络整理
导读:APPLIES TO: Oracle Weblogic Server - Version 8.1 to 8.1 Information in this document applies to any platform. PURPOSE How to apply Weblogic Server patches on 8.1 installations. QUESTIONS AND ANSWERS On Weblogic Server 8.1,patches can appli

APPLIES TO:

Oracle Weblogic Server - Version 8.1 to 8.1
Information in this document applies to any platform.

PURPOSE

How to apply Weblogic Server patches on 8.1 installations.

QUESTIONS AND ANSWERS

On Weblogic Server 8.1,patches can applied using the following steps:

  1. Extract the jar file from the patch,which will be in the format CRxxxxxx_810sp6.jar OR bugxxxxxx_810sp6.jar.
  2. Save the jar file you extracted to the file system and note its location.
  3. Open the start script for the server (on Windows,startWebLogic.cmd; on UNIX,startWebLogic.sh).
  4. Locate the CLASSPATH declaration,which looks something like this:
    CLASSPATH=$WL_HOME:$WL_HOME/lib/weblogic_sp.jar:$WL_HOME/lib/weblogic.jar (UNIX) OR
    set CLASSPATH=%WEBLOGIC_CLASSPATH%;%POINTBASE_CLASSPATH%;%JAVA_HOME%jrelibrt.jar;%WL_HOME%serverlibwebservices.jar;%CLASSPATH% (Windows).
  5. Edit the CLASSPATH declaration by adding the fully qualified patch file name to the front of the declaration. For example,in Windows:
    1. Save the patch file,CRxxxxxx_810sp6.jar,to C:beaweblogic81patches.
    2. Then edit the start script as follows:
      set PATCH_PATH=C:beaweblogic81patchesCRxxxxxx_810sp6.jar
      set CLASSPATH=%PATCH_PATH%;%WEBLOGIC_CLASSPATH%;%POINTBASE_CLASSPATH%;%JAVA_HOME%jrelibrt.jar;%WL_HOME%serverlibwebservices.jar;%CLASSPATH%
    In UNIX,use UNIX syntax and delimiters:
    1. Save the patch file,to /opt/bea/weblogic81/patches/.
    2. Then edit the start script as follows:
      PATCH_PATH=/opt/bea/weblogic81/patches/CRxxxxxx_810sp6.jar
      CLASSPATH=$PATCH_PATH:$WL_HOME:$WL_HOME/lib/weblogic_sp.jar:$WL_HOME/lib/weblogic.jar
  6. Repeat the above steps for each managed server where the patch should be applied.
  7. Restart the server.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读