I'm generating with maven an EAR with a WAR module, the installation it's without problem on Server Websphere 8.5, but the application doesn't deploy it in uri (localhost:9080/ContextRoot ) The server websphere show the next message:
Error 404: SRVE0190E: File not found: {0}
Which file searching websphere?
The structure of EAR is:
--EAR
---Meta-inf
---War.war
---Web-inf
---classes
---lib
---web.xml
---meta-inf
---manifest.mf
web.xml
a version 3.0 ? andapplication.xml
version 6, if you have it? – Gas