We are planning to install Multimedia components(Chat Server, email server, Interaction server) in our demo(Development) environment.
The issue is on the server which we are going to install multimedia, there are other software ( Impress , GIS) which actually uses these components(Apache & Tomcat).
I understand from the deployment guides, that multimedia components interacts with web application components( Apache & Tomcat ) and creates its own files in Apache installation directory.
Do this have any effect on other software functionality(Impress , GIS)?
vinodgujja: You would install a seperate instance of Apache/tomcat then. You will need to change the default ports most likely and then configure MCR to use those ports. This way, you will ensure that it will not impact your other software.
Its possible you can use the same instance, but if you need any special configuration one and not the other, its easier to just two seperate instances.
Again if they are used by your existing app, you would want the new install to use different variables. You should be able to configure these during the install.
Far as MCR, it will only know how to reach the instance via the TCP, so the variables are only used for the local install.