Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
webMethods API Portal is based on multiple software components. One of the crucial component is loadbalancer. The requests from endusers(browser) routed via loadbalancer component only. This is the only component that is exposed to outside world.
The name 'Apache Server' has been taken from the native american tribe who is known as to be fierce warriors and skillful strategists. Core functionality offered from Apache httpd are
As the meaning behind the name indicates , this component protects the internal components from the external attacks.
Distributes the workload( the incoming requests ) among the available configured instances.
Ability to route the request based on the context to different services.
Loadbalancer is the core component which routes the requests from client(browser) to corresponding microservice based on the context specified in the URL. For ex
1. requests with /umc context will be routed to user management core microserivce,
2. requests with /documents or /ads will be routed to document storage microservice
Internally loadbalancer component of API Portal uses the zoo keeper (application service registry) component to infer the location of different microservice (host and port) and forwards the request to corresponding microservice based on the context of the incoming request.
Loadbalancer provides view page (/jkmanager) to view the different workere configured and their respective loadstatus. You can access this page by http://apiportal-host:apiportal-port/jkmanager (ex: http://api.abc.com/jkmanager)
Hope this helps to get a high level overview of LB used in API Portal. We will create another page for troubleshooting any issues with respect to the loadbalancer component of API Portal.
Cheers
Arul