Sunday, September 2, 2018

WebSphere Application Server Interview Questions - Part -3.3

16)  When using the WebSphere, Which three updates would force you to restart the test environment?

A)  ---->  These are the situation when you need to restart the server in test mode.
      -----> 1) When you make any changes to the Class file(Bean , DAO etc)
      -----> 2) Change any properties that were declared in properties file related to the whole application.
     ------> This is because initially properties file that were declared for the application will be loaded only when  the server starts, and the server picks up thos key, values
     ------> 3) No need to restart if you make any change for jsp file. But you need to comeout of that particular page or refresh the page , so that it will recompile the modified jsp file and generate new contents
 
      -----> But you need to restart the server when you change the servlet file.
    ------> 4) If the database connection between the DB server and APpserver fails. Because
the connection pool and all will be declared in the properties file.




17)  If the app server crashes in the middle of application deployment , what could be the reason and what steps we have to follow?

A)  ----->   If the server resources are less while deployment, when application requests are hitting application server due to less resources the application server will crash. 

------> If the application server crash then that time we can get thread dump.


18)  What is the default port for SSH server?

A)   22



19) What is Process Definition  ?

A) ----> Process Definition specifies run-time characteristics of Application Server process.

     -----> It includes Characteristics such as JVM settings , standard in , error and ouput paths and User ID and Password under which a Server runs.


20) Tell me the flow of a request from client to the server and server to the client ?

A)  Browser->HTTP Server(s)->HTTP Server->App Server Domain (Web and EJB container)--->DB...and vice versa

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 \...