I'm interested can I upgrade JSF application without downtime. For example I can store user sessions in database using specific Apache Shiro configuration. But what about the web pages? Can I upgrade web pages without downtime?
Asked
Active
Viewed 19 times
0
-
This is not the responsibility of the webapp. This is the responsibility of the webserver. This question is in the wrong corner. – BalusC May 06 '16 at 07:12
-
Ok, thanks for the info! – Peter Penzov May 06 '16 at 07:30