Setting up IBM HTTP Server is pretty simple and includes the following phases.
- Define architecture and SSL certificates
- Configure TDWC in cluster
- Install both IBM HTTP Server and Web Server Plugin
- Configure HTTP server
- Configure web server plugin
I'll dedicate a specific article to each of the above phases.
- to display a disclaimer at the beginning of each session
- to replace the logout page with a custom one.
HTTP server can also be used to set browser caching and reduce the network traffic and TDWC server load.
The presence of HTTP server improves TDWC scalability also because reduce the impact of network latency on the server. In this configuration TDWC can return the result back to TDWC very quickly, with HTTP server that will keep a thread active to return the data back to browser. This reduces the number of active threads in TDWC server.
If you like this article and you find it useful, please share it on social media so other people may take advantage of it.
If you like this article and you find it useful, please share it on social media so other people may take advantage of it.
I would like to use load balancing for TDWC, but last I checked it is only support in DB2, not Oracle.
ReplyDeleteYou are right, unfortunately this is still true
Delete