Thursday, 27 December 2012

Step by Step Process to add JSP page to Oracle Application

Below are the steps to add JSP page to Oracle Application

1. Upload the .jsp page to $OA_HTML top
2. Run " export PATH=$PATH:$FND_TOP/patch/115/bin "
3. Run " ojspCompile.pl --compile -s 'JSPFileName.jsp' --flush "
4. Create a form function with type "SSWA jsp function" and web call as "JSPFileName.jsp".
5. Bounce the server.

In R12 .class file is stored in $COMMON_TOP/_pages and in R11 is stored in $OA_HTML

No comments:

Post a Comment