Wednesday, 18 August 2010

How to compile JSP manually in R12

Sometimes need to recompile the JSP manually, following steps need to perform

1. Login as applmgr user and source the environment by running the script:

/oracle/apps/apps_st/appl/APPS[SID]_[host].env

2. Run the commands

Linux/Unix

cd $FND_TOP/patch/115/bin
perl ojspCompile.pl --compile --flush -p 2

Windows

cd %FND_TOP%\patch\115\bin
perl -x ojspCompile.pl –compile –flush

3. Restart the Middle Tier services.

Cheers!!!

SocialTwist Tell-a-Friend

3 comments:

  1. Hi,

    when i compile all pages with

    perl -x ojspCompile.pl –compile –flush

    am getting following error.

    data corrupt over child pipe: -6220 MORE

    anybody have any idea about this

    thnks

    ReplyDelete
  2. Hi,

    when i compile all pages with

    perl -x ojspCompile.pl –compile –flush

    am getting following error.

    data corrupt over child pipe: -6220 MORE

    anybody have any idea about this

    thnks

    ReplyDelete
  3. I have read in some other post i dont think it is a great idea to you the (flush) switch..

    https://forums.oracle.com/thread/2477385

    ReplyDelete