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
How would you create a button with rounded edges?
Which container method is used to cause a container to be laid out and redisplayed?
Why does the tag url-encode javascript and mailto links?
What is clustering? What are the different algorithms used for clustering?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
What is TL and its use?
What is the immediate superclass of the applet class?
cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..
Is the infobus client side only?
Where can I find seam examples and documentation?
What is a class loader? What are the different class loaders used by jvm?
What are the design considerations while making a choice between using interface and abstract class?
Why is actionform a base class rather than an interface?
What are transaction attributes?
Can we sent objects using Sockets?