Adding a new JSP to existing Oracle Applications menu. JSP can be added under any responsibility. First define the menu as a JSP Function and then add it to the respective responsibility.
1. Log into to Application developer . Define the region if you want. Say IBU_SUPPORT_MENU and add the prompt and function name here.
2. Create a new function
3. Define it as a SSWA jsp function and give the JSP name
4. Find the menu under which you want to add this function.
5. Run concurrent request/ bounce the apache.




Hi,
Look like something I realy can use! But I have a jsp page that is running on a different server so adding just the name of the page is not enough I think. How can I also add the url of de app server?
Or should I register the jsp page or something like that?
Thanks.
Comment by klaas_de_graaf — February 4, 2008 @ 1:38 am
In response to klaas_de_graaf:
No isnt possible but you can add a page with the reference to the page you want to publish… using an IFRAME… for security reasons you should test the refererer is your Oracle APPS server, the user is logged in, pass some encrypted parameters with error/check,etc … And You should check that the external server is accesible to the final user.
I’ve got it implemented in a page that calls another server to show a generated charts and works fine.
Comment by acido303 — December 9, 2008 @ 6:40 am