Experts,
I have seen a documentum setup, there a single docbase is split in to three. for example if a docbase name is "abc_prod". There are three server config objects (dm_server_config) like the below
abc_prod
abc_prodB
abc_prodC
but in webtop login page, there is only one docbase is displayed as "abc_prod" there are three java method servers for each split docbase. I understand that this has been done to load balance the request from client applications (webtop, DA)
My question here is how this setup can be achieved? Is there any whitepapers or guidance available?
Thanks for your help.