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
Is the ternary operator written x : y ? Z or x ? Y : z ?
What is synchronization and why is it important?
Explain the steps in details to load the server object dynamically?
Do I need to import javlang package any time? Why ?
How database connectivity in XML is achieved?
How would you detect a keypress in a jcombobox?
What is JTS?
What is prototype?
What does module-relative mean?
What is the difference between the string and stringbuffer classes?
What is message driven beam?
What is the RMI and Socket?
Can we sent objects using Sockets?
What is an abstract method?
What are the steps to write p-to-p model application?