简体   繁体   中英

How to extend the Weblogic domain template?

I want to develop the Weblogic custom domain template for my application, the template should include the standalone WLS + JRF template and integrate with my application configuration.

As we know, standalone WLS + JRF template are shipped in Weblogic installation folder, the JRF is depended upon lots of other templates, Can I create my own one only to extend them? or I have to create the one which includes all of them, that is, the template jar need includes all files copying from WLS + JRF templates and also plus my configuration, I tried it was unable to do with Weblogic domain template builder wizard. it seems I need firstly create workable domain then according it to build my domain template.

Please guide me.

weblogic 12c默认情况下没有JRF模板,您还需要安装ADR(应用程序开发运行时)来扩展weblogic的库,下载链接: http : //www.oracle.com/technetwork/developer-tools/adf/ downloads / index.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM