What is Tomcat high availability?

devquora
devquora

Posted On: Feb 22, 2018

 

It is a feature which is added in Tomcat in order to facilitator schedules of system upgrades without actually affecting the live environment. By dispatching the live traffic request from the main server to a temporary server on an entirely different port this is done. It is terminated until the main server is upgraded on the main port. It is a very beneficial feature to deal with the request on a high traffic web application.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Apache Tomcat Interview Questions

    What is Tomcat?

    Tomcat is a basically a web server and a java servlet container from Apache Foundation...

    Apache Tomcat Interview Questions

    Who according to you is responsible for the Tomcat Foundation?

    The Apache Software Foundation is an organization that looked after most of the open source projects...

    Apache Tomcat Interview Questions

    Do you have any idea about the history of Tomcat?

    Tomcat initially started as a servlet reference which was implemented by James Duncan Davidson...