Question

i am migrating my J2EE application from websphere 8 to Jboss EAP 6.1. Would it be ok if i just export the .EAR file from Rational Application Developer to Eclipse (Kepler) running Jboss EAP 6.1? or should i be making some changes to the EAR before deploying?

Was it helpful?

Solution

The answer is no. Since the .EAR contains IBM Websphere specific data in it and the JBoss server use a different set of XML files, it won't be compatible with it. But the .WAR file can be extracted from the .EAR and can be used in JBoss provided any IBM dependent references are removed from the project.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top