openKylin论坛

标题: 转 weblogic j2ee 应用调度问题 [打印本页]

作者: lzdkylin    时间: 2015-12-29 10:18
标题: 转 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>






欢迎光临 openKylin论坛 (https://forum.openkylin.top/) Powered by Discuz! X3.3