openKylin论坛

 找回密码

转 weblogic j2ee 应用调度问题 [复制链接]

本帖最后由 lzdkylin 于 2015-12-29 10:24 编辑

一、转 weblogic j2ee 应用调度问题
http://saltnlight5.blogspot.jp/2 ... ary-deployment.html
On the shared lib WAR file, ensure you have an META-INF/MANIFEST.MF that specify the name and version like the following:
Implementation-Title: my_shared_lib
Implementation-Version: 1.0
Specification-Title: my_shared_lib
Specification-Version: 1.0
Extension-Name: my_shared_lib-1.0
Now your Skinny WAR would need to add an WEB-INF/weblogic.xml extension file to reference the library like this:
<weblogic-web-app>
    <library-ref>
        <library-name>my_shared_lib</library-name>
        <specification-version>1.0</specification-version>
        <implementation-version>1.0</implementation-version>
        <exact-match>true</exact-match>
    </library-ref>
</weblogic-web-app>

楼主
发表于 2015-12-29 10:18:06
回复

使用道具 举报

openKylin

GMT+8, 2024-4-29 23:45 , Processed in 0.017045 second(s), 17 queries , Gzip On.

Copyright ©2022 openKylin. All Rights Reserved .

ICP No. 15002470-12 Tianjin

快速回复 返回顶部 返回列表