报表知识库
我要提问

设置JITC_COMPILEOPT选项跳过JIT

问题解决:

进入was安装目录 \IBM\WebSphere\AppServer\bin\setupCmdLine.bat

SET JITC_COMPILEOPT=COMPILING;SKIP{com/runqian/report4/view/html/HtmlCell}{getStyle}

添加到setupCmdLine.bat重启websphere即可。

windows系统中设置JITC_COMPILEOPT选项时需注意的问题

1. was安装目录 \IBM\WebSphere\AppServer\bin\setupCmdLine.sh中设置

2. 设置时不用加set;COMPILING后一定要用冒号,不能用分号。

JITC_COMPILEOPT=COMPILING:SKIP{com/runqian/report4/view/html/HtmlCell}{getStyle}