Compile all JSP files in Oracle ebs 11i


1. Take a backup of _pages directory that will be modified due to jsp compilation -

$ cd $COMMON_TOP/
$ cp -R _pages _pages23dec2019
$ ls -ld _pages*


2. Stop application opmn services -

./adapcctl.sh stop


2.Compile the jsps manually using the below command -

$ cd $JTF_TOP/admin/scripts
$ perl $JTF_TOP/admin/scripts/ojspCompile.pl --compile --flush -p 4       

3. Check class file last modification date as follows -

$ cd $COMMON_TOP/_pages
$ ls -ltr | tail

4. Start apache -

./adapcctl.sh start

5. Clear your web browser cache


No comments:

Post a Comment