EBS 11i - compiling jsps

classic Classic list List threaded Threaded
3 messages Options
big
Reply | Threaded
Open this post in threaded view
|

EBS 11i - compiling jsps

big
This post was updated on .
Hi,
I read your article.

EBS 11i - compiling jsps, just a little info
Thank you.



I should compile  a jsp file in EBS 11i.

Is the following the correct action plan:

1-stop apache.
2-clear  _pages directory located in $COMMON_TOP
3-start apche
4-using our browser; we reach the login page (reaching it once is enough)
5-run perl -x $JTF_TOP/admin/scripts/ojspCompile.pl —compile —quiet

Please confirme?

Also:
How can I compile only one JSP file?

Thanks
Reply | Threaded
Open this post in threaded view
|

Re: EBS 11i - compiling jsps

ErmanArslansOracleBlog
Administrator
Start apache, after compiling your jsp files.

One jsp compile example:

perl $JTF_TOP/admin/scripts/ojspCompile.pl --compile -s xxibeCCtdLfStMsI.jsp --flush
big
Reply | Threaded
Open this post in threaded view
|

Re: EBS 11i - compiling jsps

big
Thanks.
I'll try.