Hi all,
we have a BI java instance (Pure Java) running on a server, and another Java Application server running on another server.
i've installed a webdispatcher to distribute the load of incoming requests between the Two.
Now, what we want to implement is to have all the incoming request be redirected to the Application server. all the incoming HTTP to not be handled by the central instance.
any way to do this on the webdispatcher or however other method ?
Regards.