Tuesday, 17 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. This comment has been removed by a blog administrator.

    ReplyDelete
  2. This comment has been removed by a blog administrator.

    ReplyDelete
  3. This comment has been removed by a blog administrator.

    ReplyDelete