How to avoid Server Bounce to test JSP Change ?
EBS Verison R12.2.6, iStore Application
Problem Summary
---------------------------------------------------
JSP Change requires Server Bounce
Problem Description
---------------------------------------------------
(1) I modified the jsp ibeCCkdActionLovIncl.jsp to change the label of Place Order button and uploaded in $OA_HTML top.
<SCRIPT>buttonGen("<%=IBEUtil.htmlEncode(mmi.getMessage("IBE", "IBE_PRMT_ORD_PLACE_ORDER"))%>","disabled"); </SCRIPT>
--->
<SCRIPT>buttonGen("<%=IBEUtil.htmlEncode(mmi.getMessage("IBE", "IBE_PRMT_ORD_PLACE_ORDER1"))%>","disabled"); </SCRIPT>
I re-generated the jsps using below command
$FND_TOP/patch/115/bin/ojspCompile.pl --compile -s 'ibeCCkdOrdReview.jsp' --flush -p 2
$FND_TOP/patch/115/bin/ojspCompile.pl --compile -s 'ibeCCkpOrdReviewIncl.jsp' --flush -p 2
$FND_TOP/patch/115/bin/ojspCompile.pl --compile -s 'ibeCCkpOrdReview.jsp' --flush -p 2