情景:客户化JSP页面中用到第三方Jar包,需要部署到服务器。

    步骤:

    1. 将Jar 包上传到 $JAVA_TOP

    2. 将Jar包绝对路径添加到文件

        $INST_TOP/appl/admin/ojspCompile.properties

    3. 重启 Oacore

 adoacorectl.sh stop

 adoacorectl.sh start

    ps: 2014/1/20 R12 测试通过,此方法仅针对JSP界面中引入第三方Jar包。

---------------------------------------------------------------------------------

例子:Test.jar

Jar 包文件结构 : com.oracle.apps.Test.class

<%@ page import="com.oracle.apps.Test"%>

 

相关文章:

  • 2021-06-03
  • 2021-08-04
  • 2021-12-02
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-08
  • 2021-11-02
  • 2022-12-23
相关资源
相似解决方案