Quantcast
Channel: ORACLE -APPS DBA ADMINISTRATION
Viewing all articles
Browse latest Browse all 80

Compile JSP in R12

$
0
0

 

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:

1cd $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 the JSP pages do 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


Viewing all articles
Browse latest Browse all 80

Trending Articles