Cold standby using Tomcat
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.
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
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.