Login  Register

EBS 11i - compiling jsps

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

EBS 11i - compiling jsps

big
442 posts
This post was updated on Dec 22, 2019; 5:16pm.
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
| More
Print post
Permalink

Re: EBS 11i - compiling jsps

ErmanArslansOracleBlog
Administrator
5731 posts
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
| More
Print post
Permalink

Re: EBS 11i - compiling jsps

big
442 posts
Thanks.
I'll try.