Application is not considering newly created server instance
I have an app running in coldfusion 9 enterprise edition. I created a new server instance from CF admin and it got created successfully and its running(windows service).
But my app is not working since I found that it is not pointing to this newly created instance.
Why I made the conclusion that my app is not pointing to new server instance is because,
I got "Data source not found" issue while running the app. So I checked the CF admin for newly created server instance(in an assumption that my app will be pointing to this new server instance) but that datasource was actually available there. But ,when I searched for the same datasource in the main server , I could not find it there. So I added the same datasource (by copying from new server instance) in the main server and then my app was running successfully. So I found that my app is not considering the newly created server instance instead it is pointing to main server.
I am using IIS webserver.
Could any one help/guide me resolve this issue.
