1) Scenario: I developed my application on local system and
everything is perfect and tested. Now on UAT this
application is deployed on clustered server environment.
They are logical or physically clustered. But application is
not working over there.
 What is the issue with application?
 What are the first things which come in your mind?
Answer / rajesh
1. There might be some global parameter needs to be set for
Application to work with clustered envoirenment.
2. When the application was tested it was tested on
standalone envoirenment hence it is not necessary that it
will work in clustered mode with the same settings.
| Is This Answer Correct ? | 5 Yes | 1 No |
Have you used threads in Servelet?
What are JTA/JTS and how they used by client?
What is Remote Interface?
Difference between new operator and class.forname().newinstance()?
How can I scroll through list of pages like the search results in google?
When a thread blocks on i/o?
What are the implicit objects?
Explain the methods of Naming class, rebind( ) and lookup()?
What is the difference between Super and This Keyword?
Thread life cycle?
Explain the difference between object state and behavior?
Where can I find seam examples and documentation?