JSP COMPILATION IN EBS
R12 Single JSP Compilation
$FND_TOP/patch/115/bin
Then type following command to compile jsp
perl ojspCompile.pl --compile -s name.jsp
ex:
perl ojspCompile.pl --compile -s xxpul_ibeCCtdSctBrwsBin.jsp
For All the JSP Compilation
perl ojspCompile.pl --compile --flush -p 2
For R12 Auto JSP Compilation :
Please look into the below entry of an Oracle EBS R12 context file entry for s_jsp_main_mode:
<jsp_debug_parameters oa_var="s_jsp_main_mode">justrun</jsp_debug_parameters>
If you want to enable automatic JSP compile, we have to change "justrun" into "recompile".
11i Single JSP Compilation
$JTF_TOP/admin/scripts
Then type following command to compile jsp
perl ojspCompile.pl --compile -s name.jsp
ex:
perl ojspCompile.pl --compile -s xxpul_ibeCCtdSctBrwsBin.jsp
For All the JSP Compilation
perl ojspCompile.pl --compile --flush -p 2
No comments:
Post a Comment