Hi all,
I have the following situation for one of my customers:
We have one ADF Application that needs to be deployed on both Weblogic and Glassfish.
I know how to deploy the application to Weblogic, and I know how to do that to Glassfish.
The application runs on both platforms without problems.
In order to do these deployments I need to make changes to my web.xml before deployment to either servers.
My question is: Is there an easy and or preferred way to support this situation without having to change web.xml every time? Can we have different descriptors for each platform? Note that now I have to remove certain parts from web.xml before deploying to glassfish.
ADF 12.1.3, WLS 12.1.2 and GlassFish Server 3.1.2.2 (build 5)
I never did this before so any suggestions are welcome.
Thanks