Re: OAF GATEWAY TIMEOUT ERROR

Posted by satish on
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/OAF-GATEWAY-TIMEOUT-ERROR-tp3037p3124.html

As this is custom code,no proper information is getting traced.we need your help on steps to bypass the load balancer

below is the plan support engineer updated

       
In order to bypass the load balancer set the s_webenrty_url in your autoconfig file to the actual URL the load balancer directs to

Normally when you are load balancing the s_webenrty_url will point to the loadbalancer url

So when you want to bypass it then it has to be something other than the loadbalancer url

But we dont like to do that and we have followed the below steps

At user level,we have set the below profiles

Apps Servlet Agent : http://<actual host name and domain:webport>/oa_servlets
Applications Web Agent : http://<actual host name and domain:webport>/pls/VIS
ICX: Forms Launcher : http://<actual host name and domain:webport>/forms/frmservlet?form_params=+config=<name of dbc>.dbc
Application Framework Agent : http://actual host name and domain:webport>/
Applications JSP Agent : http://<actual host name and domain:webport>/  

and then we tried to access the url,it is redirecting to http://<actual host name and domain:webport> and then erroring out

Please suggest