Can I install two RTC server on same server (hardware)?
4 answers
Can I install two RTC server on same server (hardware)?
I need that because the Source Control of RTC is public... and I need to implement a "permissions control".
Yes, you need to create two app server instances running off different ports from each other and have two different databases set up.
anthony
you need to create two app server instances
How to do that?
Manually?
Running setup again?
Hi
There was a discussion about this earlier
https://jazz.net/forums/viewtopic.php?t=2403
This is for WAS/DB2. You would need to do something similar for Tomcat/Derby. Install the first instance of the server using the normal installer (Installation Manager). I suspect you need to install the second one manually - but see if the thread above provides some guidance.
anthony
This is for WAS/DB2. You would need to do something similar for
Tomcat/Derby. Install the first instance of the server using the
normal installer (Installation Manager). I suspect you need to
install the second one manually - but see if the thread above
provides some guidance.
anthony
Note that you can install both instances using the installation manager.
When installing a second instance you will get a warning letting you
know that the offering is already installed. Just continue and the
installation manager should automatically pick a separate package group
into which you can install the second instance.
As Anthony indicated, you'll have to manually configure the second
instance to use different ports, etc...
-James
Jazz Team