weblogic10 标签库配置

weblogic10 标签库配置如下:
 

<jsp-config>
    <taglib>
        <taglib-uri>webwork</taglib-uri>
        <taglib-location>/WEB-INF/webwork.tld</taglib-location>
    </taglib>

    <taglib>
        <taglib-uri>oscache</taglib-uri>
        <taglib-location>/WEB-INF/lib/oscache.jar</taglib-location>
    </taglib>
</jsp-config>


与tomcat 和 resin 不同

    <taglib>
        <taglib-uri>webwork</taglib-uri>
        <taglib-location>/WEB-INF/webwork.tld</taglib-location>
    </taglib>

    <taglib>
        <taglib-uri>oscache</taglib-uri>
        <taglib-location>/WEB-INF/lib/oscache.jar</taglib-location>
    </taglib>

上一篇:音频编解码·实战篇(1)PCM转至AAC(AAC编码)


下一篇:使用jQuery Mobile和JSON创建移动应用程序