07 February 2017

Compile JSP in Oracle Application R12

1. Login with application unix user and source the environment

. <APPL_TOP>/APPS<@TWO_TASK>_<Hostname>.env

2. Unix based Plateforms

$ perl $FND_TOP/patch/115/bin/ojspCompile.pl --compile --flush -p 2
logfile set: /u03/appltest/inst/apps/$TWO_TASK_hostname/logs/appl/rgf/ojsp/ojspc_error.log
starting...(compiling all)
using 10i internal ojsp ver: 10
synchronizing dependency file:
  loading deplist...8096
  enumerating jsps...8096
  updating dependency...0
initializing compilation:
  eliminating children...6025 (-2071)
translating and compiling:
  translating jsps...6025/6025 in 3m2s
  compiling jsps...6025/6025 in 12m43s
Finished!

3. Restart the apache services.

$ cd $ADMIN_SCRIPTS_HOME
$ ./adopmnctl.sh stopall

You are running adopmnctl.sh version 120.6.12010000.5


adopmnctl.sh: exiting with status 0

adopmnctl.sh: check the logfile /u03/appltest/inst/apps/$TWO_TASK_hostname/logs/appl/admin/log/adopmnctl.txt for more information ...

$ ./adopmnctl.sh startall

You are running adopmnctl.sh version 120.6.12010000.5

Starting Apache...
Apache started successfully.


Starting OACORE oc4j...
OACORE oc4j started successfully.


Starting FORMS oc4j...
FORMS oc4j started successfully.


Starting OAFM oc4j...
OAFM oc4j started successfully.



adopmnctl.sh: exiting with status 0

adopmnctl.sh: check the logfile /u03/appltest/inst/apps/FMSTEST_fmdevap/logs/appl/admin/log/adopmnctl.txt for more information ...

$