Multiple content server in Windows Machine

Options
Hi Experts, Is there any way where we can install multiple content server in one windows machine, which is possible in Linux environment.

Comments

  • AFAIK, no.  This is fundamentally windows dll issue and how Microsoft wants to share dynamic linked libraries, which is good from MS app perspective, but prevents other developers from having separate instances of the same app on windows box.

    That being said, if you have a beefy server, you could try to install Docker engine (or Kubernetes on Windows 2019) on the windows server and deploy Documentum within container.
  • Thanks @DCTM_Guru. What we are trying to achieve a Dev setup, to have 2 CS in one Windows box, with 2 docbase specific to 1CS and 2 more docbase specific to another CS. 

    If we go ahead with Docker route, how about installing the other components, Docbase, CTS, Ihub, will that be able to achieve?
  • Not sure you can install all of those components on single DEV instance; however, those components are "add-ons" and don't really impact development per se.