I have an EAR that contains a WAR of a web application made with jdk1.8.0_101 and tested on an apache-tomcat-7.0.81 server. Use servlet 3.0.
I think the ear with the following structure:
-multiSubidas.ear
-lib
-librerías jar...
-META-INF
-application.xml
-MANIFEST.MF
-multiSubida.war
But when deploying the websphere I get the following error:
AppDeploymentException: [null] org.eclipse.jst.j2ee.commonarchivecore.internal.exception.DeploymentDescriptorLoadException: dd_in_ear_load_EXC_
The version of the WebSphere I am trying to install on is:
I have not been able to find much about this error on the internet, so I hope what resolves is someone's exp. Any ideas?