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 Posted / 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 |
Post New Answer View All Answers
What is the difference between the ‘font’ and ‘fontmetrics’ class?
What is the purpose of the notifyall() method?
What are JTA/JTS and how they used by client?
What are various types of class loaders used by jvm?
What is colon_pkg_prefixes and what is its use?
What is an abstract method?
How to deploy Jar, War files in J2EE?
What is the difference between java class and bean?
Why doesn’t the focus feature on the tag work in every circumstance?
Define the remote object implementation?
How would you detect a keypress in a jcombobox?
What is clustering? What are the different algorithms used for clustering?
What is permgen or permanent generation?
Difference between new operator and class.forname().newinstance()?
What is jboss?