报表知识库
设置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}