How can you disable the UDDI and UDDI Explorer functionality in WebLogic Server? (Doc ID 1274906.1)

来源:互联网 发布:java代理机制 编辑:程序博客网 时间:2024/06/05 09:51

禁用weblogic的UDDI组件

官方指导说明文档链接:

https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=358755960149292&id=1274906.1&displayIndex=1&_afrWindowMode=0&_adf.ctrl-state=nkquf7dmn_61#FIX

How can you disable the UDDI and UDDI Explorer functionality in WebLogic Server?

-------------------------------------------------------------------------------------------------------

Here's what you need to do to disable UDDI and UDDI Explorer:

  1. From WL_HOME/server/lib, delete uddi.*, specifically:

    uddi.properties 
    uddi.war 
    uddiexplorer.war

    You can also move the files somewhere else if you want to keep the copies (recommended). However, be sure that you move them entirely out of the server/lib area.
     
  2. In your domain, delete the uddi and uddiexplorer cache files, specifically:

    DOMAIN_HOME/servers/AdminServer/tmp/.internal/uddi.war
    DOMAIN_HOME/servers/AdminServer/tmp/.internal/uddiexplorer.war

    and the expanded folders for the same:
    DOMAIN_HOME/servers/AdminServer/tmp/_WL_internal/uddi folder
    DOMAIN_HOME/servers/AdminServer/tmp/_WL_internal/uddiexplorer folder

    Again, you can move the files elsewhere, but be sure to move them entirely out of the domain.
     
  3. After you have removed all of these files, start (or restart) your domain. You should see warning messages like these in your startup log (and/or sysout):
    <Dec 16, 2010 10:15:05 AM EST> <Warning> <Deployer> <BEA-149617> <Non-critical internal application uddi was not deployed. Error: [Deployer:149158]No application files exist at 'C:\Oracle\WLS\wl_922\WEBLOG~1\server\lib\uddi.war'.>
    <Dec 16, 2010 10:15:05 AM EST> <Warning> <Deployer> <BEA-149617> <Non-critical internal application uddiexplorer was not deployed. Error: [Deployer:149158]No application files exist at 'C:\Oracle\WLS\wl_922\WEBLOG~1\server\lib\uddiexplorer.war'.>

After the server restarts, pulling up UDDI Explorer fails with a 404 error, confirming that the UDDI Explorer has been disabled.


Please see Note 974435.1 for more information on this from a programming perspective.


0 0
原创粉丝点击