Here is what I am trying to do:
I have an existing test BI 4.1 server i.e.Test Server.
I have a Tomcat 7 server (where I performed a web tier installation using the bundled Tomcat).
Both of them communicate with each other.
Now, I have installed another BI 4.1 server i.e. Dev Server (without installing Tomcat, only installed Java web components).
I would like this new server to use the Tomcat 7 server above.
What I have done is:
I have used the URL of the Tomcat 7 server to bring up CMC. Then in the SYSTEM field, I changed the name of Test Server to the Dev Server and I was able to logon fine.
However, when I use the same browser to logon to Test Server, I ended up in the Dev Server's CMC. Therefore, I cannot logon to the two servers simultaneously using the same web browser.
My question is this: Is this how I should go about using the dedicated Tomcat 7 server? Or should I be clustering the two BI 4.1 servers? They are not related at all and that is why I did not see the need to cluster. One is a Test Server, and one is a Development Server that is not even related to the Test Server at all.