Fernando Franzini - Java Blog
SCJP6, SCWCD5, OCP-JBCD5, OCE-JWSD6 OCE-JPAD6 , OCM-JEA5 1,OCM-JEA5 2,3,OCJP8 - Brainbench certifications: J2EE, Java2, Java2-NonGUI, JSP, SQL2000 Admin, SQL2000 Programming , Brainbench certified Java Programmer, Computer Programmer, Web Developer, Database Administrator
all most all application servers provide options for HOT deployment so that you do not need to restart app server after a deployment
For example in J Boss AS, you only need to copy EAR or WAR file to the deploy folder, which will deploy the application automatically
For high availability, app / db servers can be load balanced and clustered. You can use different RAID solutions for database servers / app servers etc. If one disk fails, next one picks up automatically
Also consider virtual servers using VMWare etc where there will be a host server and multiple guest servers.
Think about backups of virtual servers. Also scheduled hot / cold backups of databases
Fernando Franzini - Java Blog
Not necessarilly, we do that for applications in JBoss which is authentcated by Tivoli Access Manager and it doesnt force users to re loginFernando Franzini wrote:
But that will stop solution for a few seconds losing active sessions from users. They need to re-authenticate....
SCJP6, SCWCD5, OCP-JBCD5, OCE-JWSD6 OCE-JPAD6 , OCM-JEA5 1,OCM-JEA5 2,3,OCJP8 - Brainbench certifications: J2EE, Java2, Java2-NonGUI, JSP, SQL2000 Admin, SQL2000 Programming , Brainbench certified Java Programmer, Computer Programmer, Web Developer, Database Administrator
[OCP 21 book] | [OCP 17 book] | [OCP 11 book] | [OCA 8 book] [OCP 8 book] [Practice tests book] [Blog] [JavaRanch FAQ] [How To Ask Questions] [Book Promos]
Other Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, TOGAF part 1 and part 2
Jeanne Boyarsky wrote:Read up on "five nines". Literal 100% availability is prohibitively expensive. Coming close is what you want.
Fernando Franzini - Java Blog
[OCP 21 book] | [OCP 17 book] | [OCP 11 book] | [OCA 8 book] [OCP 8 book] [Practice tests book] [Blog] [JavaRanch FAQ] [How To Ask Questions] [Book Promos]
Other Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, TOGAF part 1 and part 2
Fernando Franzini wrote:
24 hours a day during the week is different than 24x7
Could you explain why is different![]()
Regard.
[OCP 21 book] | [OCP 17 book] | [OCP 11 book] | [OCA 8 book] [OCP 8 book] [Practice tests book] [Blog] [JavaRanch FAQ] [How To Ask Questions] [Book Promos]
Other Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, TOGAF part 1 and part 2