Thursday, February 18, 2010

Was Interview Questions

Q.difference between synchronize and full synchroniz????


Synchronization is a process of replicating the Config directory from Dmgr to other apps server Node's,

Normal sync will do replication of the updated files alone
For example ,If you have created a Datasource in the console and when you do sync,The resource.xml file alone from Dmgr CELL directory will be synced with the other Node's CELL directory

if the same scenario in Full-sync, The complete CELL directory will be overwrited from Dmgr to other Node's config directory

So the normal sync will sync the updated files alone ,

The full-sync will sync the compleat CELL directory from DMGR to Node's

Q..what is the diff b/w external http server and embeded http server?

both are doing same things but external httpserver will be outside of JVM.embeded http server will be inside of JVM.embededHttpserver is the part of the applicationserver.it serves like External httpserver.both are gives the service for static resources like html,servlets,jsp,............;



Q.what are all the components available in war and ear file ?

WAR file is Web archive,It has your Web components like JSP, servelet

EAR file is enterprise archive ,Which holds WAR file and JAR files,In WAR file you will have the Web component and in JAR (JAVA Archive) file you will have the EJB which is responsible of business logic of the application,

No comments:

Post a Comment