In Linux/Unix
cd $FND_TOP/patch/115/bin
perl ojspCompile.pl –compile –flush -p 2
In Windows
cd %FND_TOP%\patch\115\bin
perl -x ojspCompile.pl –compile –flush
Restart the Apache services or Middleware services.
compile individual JSP manually in R12:
1: cd $COMMON_TOP/_pages
2: Delete the class files (xxxxx.class) for the JSP that you want to compile manually.
Eg. JSP File xxxxx.jsp
Class File: xxxxxx.class ————- Delete this file.
Class File: xxxxxx.class ————- Delete this file.
3. Go to the OA_HTML Location of Jsp pages, if JSP pages does not exist, copy the JSP to the location & run the below command.
$FND_TOP/patch/115/bin/ojspCompile.pl –compile -s ‘abcdef_12.jsp’ –flush
4. Restart the Apache services or Middle-ware services.
5. Check whether the respective class files have been created under
cd $COMMON_TOP/_pages