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 |
What value does readline() return when it has reached the end of a file?
Is the infobus client side only?
Can we define constructors in Servlet?
3 Answers Accenture, Opus, Wipro,
what's the main difference between unix os and linux os?
What is a convertor?
What is difference between object state and behavior?
how to use debug in my elipse to solve problems that exist in my project
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!
why we use main in java?
In inglish: How to convert jar to exe files? Em português: Como converter arquivos .jar para .exe?
How do you set security in applets?
What is source and listener?