I have an application that contains a WAS specific configuration file 'ibm-application-bnd.xml' set in which is mapping some application roles to some LDAP groups.
- I want to provide this file OUTSIDE of the Ear where I can provision it differently per environment.
- Alternatively, I must find a way to programmatically configure this step.
What is possible and what solutions can I explore with (1) and (2) above?