If a website is written in Java how does the server handle Java updates, does the admin need to take the website offline while the update is taking place.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A usual practice are so-called rolling updates. The site is handled by multiple servers behind a load-balancer. While one system is being updated, the others have to share the load.
The update isn’t automated per default, but surely can be.