1、定位模版文件
$AD_TOP/bin/adtmplreport.sh contextfile=$CONTEXT_FILE target=$FORMS_WEB_CONFIG_FILE
以上命令,通过查看报表日志
[FND_TOP]
TEMPLATE FILE : /rptebs/test/apps/apps_st/appl/fnd/12.0.0/admin/template/forms_web_1012_cfg.tmp
TARGET FILE : /rptebs/test/inst/apps/TEST_erptest/ora/10.1.2/forms/server/appsweb.cfg (好了,到这里之后直接去这个目录改这个文件就好了。下面的可以不用管)
,可分别得到如下模版结果:
$FND_TOP/admin/template/forms_web_1012_cfg.tmp
2、创建custom目录
mkdir $FND_TOP/admin/template/custom
3、把上述文件拷贝到custom目录
cp -i $FND_TOP/admin/template/forms_web_1012_cfg.tmp $FND_TOP/admin/template/custom/forms_web_1012_cfg.tmp
4、编辑custom目录下的模版文件
forms_web_1012_cfg.tmp文件中的archive2=修改为下面的行:
; 添加金税的jar包
archive2=,/OA_JAVA/hand/hand.jar
5、在测试模式运行autoconfig
$AD_TOP/bin/adchkcfg.sh contextfile=$CONTEXT_FILE
6、正式运行autoconfig
$AD_TOP/bin/adconfig.sh contextfile=$CONTEXT_FILE