Reputation: 377
We are an IVR team and our application is deployed in tomcat server. We need to integrate with payment gateway.
We have a application enterprise web archive (ear) which has jar file and few other configuration files, this application communicates with third party Payment gateway. This application is provided by a vendor, As tomcat doesn't support ear files,
we want to know whether it is good to convert the ear file to war and deploy it in tomcat. The ear application provided to us is like a black box application.
We are trying to hit a EJB which archived in the ear
If it is right to convert ear to war, i would like to know the best practices so that we don't land on problem during production deployment
Upvotes: 2
Views: 6154