Showing posts with label Forms URL in R12. Show all posts
Showing posts with label Forms URL in R12. Show all posts

Tuesday, October 6, 2009

Forms URL in R12

Forms URL in R12

When using Forms Servlet Mode:

http://.:/forms/frmservlet
Note: Modify the context variable parameter (s_appserverid_authentication) from SECURE to OFF and run autoconfig, then forms will startup without that authorization error.
When using Forms Socket Mode:
http://.:/OA_HTML/frmservlet
Query to get URL in Applications:

1. select profile_option_value from fnd_profile_option_values where profile_option_value like '%http%';

2. select home_url from icx_parameters;