Home / APPS DBA / COMPILE JSP IN R12

COMPILE JSP IN R12

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.
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

About Syed Saad Ali

With 13 years of experience as a certified and skilled Oracle Database Administrator, I possess the expertise to handle various levels of database maintenance tasks and proficiently perform Oracle updates. Throughout my career, I have honed my analytical abilities, enabling me to swiftly diagnose and resolve issues as they arise. I excel in planning and executing special projects within time-sensitive environments, showcasing exceptional organizational and time management skills. My extensive knowledge encompasses directing, coordinating, and exercising authoritative control over all aspects of planning, organization, and successful project completions. Additionally, I have a strong aptitude for resolving customer relations matters by prioritizing understanding and effective communication. I am adept at interacting with customers, vendors, and management, ensuring seamless communication and fostering positive relationships.

Check Also

OracleEBSConfig

Changing IP Address in an Oracle EBS R12 Environment

Changing IP Address in an Oracle EBS R12 Environment 1. First, Change the IP Address …

Leave a Reply