Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 536.4K On-Premises Infrastructure
- 138.3K Analytics Software
- 38.6K Application Development Software
- 5.8K Cloud Platform
- 109.5K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.3K Integration
- 41.6K Security Software
Weblogic level HTTP timeout setting for OSB

User_6T5DB
Member Posts: 4 Green Ribbon
in WebLogic
Hello,
we are running oracle service bus over weblogic and would like to configure global setting to terminate any HTTP instance running over some time
-DHTTPClient.socket.readTimeout
-DHTTPClient.socket.connectionTimeout
we would be able to find above setting but did tried those by putting on weblogic argument and seems like thats not working . can you please advise is this is a achievable in OSB . I see this is done at BPEL layer but need to do same on OSB.
Answers
-
Hi,
If you are referring to HTTP calls made by OSB to external systems through OSB Business Services, then you can configure an HTTP Read and Connect timeout on each Business Service from the SBConsole.
On a weblogic level you can use the following java arguments:
-Dweblogic.http.client.defaultReadTimeout=ms
-Dweblogic.http.client.defaultConnectTimeout=ms