It's all about the answers!

Ask a question

Cold standby using Tomcat


Yosuke Morita (665) | asked Oct 03 '12, 11:01 p.m.
I have a plan which implements Rational Team Concert 4.0 Server with cold standby using Tomcat, DB2.
Is it possible to implements cold standby using Tomcat?
I know that I must use WAS when implements idle standby and hot standby.
But, I could not find document which described tomcat and cold standby.

Thanks in advance.

One answer



permanent link
Ralph Schoon (62.0k33643) | answered Oct 04 '12, 3:59 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Hi, I have not tried that yet, but I do think, if you are looking into this, you need to follow the same principles. You have to

  • Have a copy of the configuration files on the cold standby server
  • Make sure the cold standby server is accessible with the host name matching your public URI once the original server is down
  • Have a working Database and consistent index files accessible in the location used in the configuration files

See https://jazz.net/library/article/795 for which files are important.

Your answer


Register or to post your answer.