InterviewSolution
Saved Bookmarks
| 1. |
How To Compile Jsp In Oracle Apps ? |
|
Answer» You can USE ojspCompile.pl PERL SCRIPT SHIPPED with Oracle APPS to compile JSP files. This script is under $JTF_TOP/admin/scripts. Sample compilation method is perl ojspCompile.pl --compile --quiet. You can use ojspCompile.pl perl script shipped with Oracle apps to compile JSP files. This script is under $JTF_TOP/admin/scripts. Sample compilation method is perl ojspCompile.pl --compile --quiet. |
|