I have deployed ajax proxy app on websphere . I have made my configuration in proxy-config.xml.
This working as expected but the problem is I have to keep this configuration file with in EAR file, This block me to use the same EAR on different envoirnment as configuration will be different on different env.
I have tried keeping in some shared liabrary but its not geting picked up by application. I have pass it in classpath but still its not working.
So my question is How can i keep proxy-config.xml out of EAR file so that I can use same EAR to be deployed on all enviornment.