6) What is App Server ?
A) ----> It process Dynamic requests and also handle Static requests.
-----> It takes of Security , transaction , Load Balancing , Clustering , Connection Pooling.
7) What is Session Affinity ?
A) ----> when ever one request comes from same client it should routed back to the same Server.
-----> Affinity means request comes again and again.
-----> When HTTP Session ID is created it is passed back to browser as a part of Cookie .
-----> When browser further makes request Cookie will sent back to the Web Server.
-----> Web Server PLUG-IN examines the Session ID and extracts unique ID and forwards the request.
8) What is Session Persistence ?
A) -----> It is used permanently store data from HTTP Session object to enable further and Load Balancing across Cluster.
9) What is Session Tracking ?
A) ----> It enables to track users progress over multiple Servlets or HTML pages.
-----> It is State less (we cannot get Acknowledgement)
10) What is Output file ?
A) -----> Creates new file in bin directory that includes Current Date
-----> websphere Config -yyyy-mm-dd.zip
Next Page : http://webspherelife.blogspot.com/2018/09/was-definitions-websphere-application_2.html
A) ----> It process Dynamic requests and also handle Static requests.
-----> It takes of Security , transaction , Load Balancing , Clustering , Connection Pooling.
7) What is Session Affinity ?
A) ----> when ever one request comes from same client it should routed back to the same Server.
-----> Affinity means request comes again and again.
-----> When HTTP Session ID is created it is passed back to browser as a part of Cookie .
-----> When browser further makes request Cookie will sent back to the Web Server.
-----> Web Server PLUG-IN examines the Session ID and extracts unique ID and forwards the request.
8) What is Session Persistence ?
A) -----> It is used permanently store data from HTTP Session object to enable further and Load Balancing across Cluster.
9) What is Session Tracking ?
A) ----> It enables to track users progress over multiple Servlets or HTML pages.
-----> It is State less (we cannot get Acknowledgement)
10) What is Output file ?
A) -----> Creates new file in bin directory that includes Current Date
-----> websphere Config -yyyy-mm-dd.zip
Next Page : http://webspherelife.blogspot.com/2018/09/was-definitions-websphere-application_2.html
No comments:
Post a Comment