Multiple Policy Agent Instances
Is it possible to point to 2 different Access Manger instances from the same webserver? In our current configuration we have multiple IBMIHS webserver instances running on the same physical server, each instance has its own IP and alias. For each instance we create a new AMConfig.properties.
We have recently created a new environment (.test.val) that will eventually replace the existing Access Manager server (.test.dev) and I would like to migrate just one of the webserver instances to the new environment for validation. I modified the AMConfig.properties file to point to the new AM server instance, there are no remaining references to test.dev.
Now when I try to access the url, https://application.test.val, the request is intercepted and it is pointed to the old AM server with the old goto string in the url
Request: https://application.test.val
Returns: http://am.test.dev/amserver/UI/Login?goto=https%3A%2F%2Fapplication.test.dev%3A 443%2Fapp%2Fhome.html
Is it possible to accomplish what I am attempting or is there something in the base install that prevents this?
Sun Java System Access Manager version 2005Q1
Access Manager Web Policy Agent Version: 2.1-09 Hotpatch 6

