如何用JDeveloper为Weblogic server安装ADF运行时库

来源:互联网 发布:图像识别软件价格 编辑:程序博客网 时间:2024/05/20 04:09

1.首先在Tools中找到ADF Runtime Installer并选中Weblogic,接着可以根据提示一步步安装。

安装完成后,提示

Modify your startup file to invoke the setupadf.cmd(.sh) file to configure your classpath.

 

2.这时可以参考http://otndnld.oracle.co.jp/document/products/as10g/101300/B25221_03/web.1013/b25386/adf_deployment_considerations012.htm

这里摘抄一部分:

Steps for WebLogic 9.0:

  1. Make a backup copy of the %DOMAIN_HOME%\bin\setDomainEnv.cmd file because you will be editing it in the next step.

    %DOMAIN_HOME% is specified in the startWebLogic.cmd (orstartWebLogic.sh) file. For example, if you named your domainjdevdomain, then%DOMAIN_HOME% would beBEA_HOME\user_projects\domains\jdevdomain. You created the domain earlier in step2.

  2. In the %DOMAIN_HOME%\bin\setDomainEnv.cmd file, add the "call "%DOMAIN_HOME%\setupadf.cmd"" line before the "setCLASSPATH" line:

    call "%DOMAIN_HOME%\setupadf.cmd"set CLASSPATH=%PRE_CLASSPATH%;%WEBLOGIC_CLASSPATH%;%POST_CLASSPATH%;    %WLP_POST_CLASSPATH%;%WL_HOME%\integration\lib\util.jar;%CLASSPATH%
  3. If the "set CLASSPATH" line does not have %CLASSPATH%, then add it to the line, as shown above.

  4. To start WebLogic, change directory to %DOMAIN_HOME% and run startWebLogic.cmd:

    > cd %DOMAIN_HOME%> startWebLogic.cmd

 

3.顺便记录一个Linux的链接:

 http://blog.fekw.de/2008/08/23/howto-install-adf-10-runtime-and-deploy-adf-bc-app-to-oracle-weblogic-103-running-on-linux/

 

注:JDeveloper10.1.3\Weblogic 10gr3\Windows7

 

原创粉丝点击