Sunday, September 2, 2018

WAS definitions - WebSphere Application Server Interview Questions - Part -8.4

21) What is Collector Tool  ?

A)   ---->  It is an Agent to configure IBM SUPPORT ASSISTANT (ISA) 

      ----> It collects all information about your WAS installation , Packages , in JAR file which we can send it to IBM ISA in determining and analyzing your problem.

     ----> It can run only on root or Administrator.

                                     (or)

     -----> Collector is a tool which provides all log files. These log files contains failure info. 
      ----> If the bugs cant be cleared by administrator, then by using this tool we will send all log files to IBM people.



22) What is JNDI  ?

A)  -----> JNDI means JAVA NAMING AND DIRECTORY INTERFACE .

     -----> It is used to register the resources hosted by App Server.

    -----> JNDI implements WAS is built on top of CORBA (COMMON REQUEST BROKER ARCHITECTURE) 


23)  What is JDBC  ?  

A)   ----> JDBC means JAVA DATA BASE CONNECTIVITY.

      -----> JDBC is responsible for connection and communication between java applications

     ------> JDBC is an API (Application Programming Interface) that is used to connect to any database.
    

   ------>  Java API is responsible for connecting to your applications


24)  What is JDBC PROVIDER ?

A)  -----> It is a provider that is used to connect to any Data Base

     -----> Means it is a mediator between Client and Data Base

     -----> Vendor details will be present in JDBC providers (Any Vendor MYSQL,ORACLE)

    -----> If we want to connect or execute the program to any vendor or client we have to use one more mediator 

   ------>  Adapter : It is a jar file responsible for communication between java application and database


25)  What is Context Root  ?

A)  -----> Context Root identifies a web application that is stored in application.xml file.

     ----->  Every web application developed with in Web Sphere studio has a Context Root associated with it.

    ------> This Context Root helps to distinguish multiple applications deployed on same Application Server.

  ------> By Context Root only your Configuration file (plugin-cnf.xml) routes the request to particular application


Next Page : http://webspherelife.blogspot.com/2018/09/was-definitions-websphere-application_95.html

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...

Recover password from .sth file

Create perl file (unstash.pl) and run the script. #!/usr/bin/perl #usage perl unstash.pl use strict; die "Usage: $0 \...