[jboss-jira] [JBoss JIRA] (WFLY-2028) An exploded war inside an archived ear returns 404
Emmanuel Hugonnet (JIRA)
jira-events at lists.jboss.org
Mon Sep 9 11:43:03 EDT 2013
Emmanuel Hugonnet created WFLY-2028:
---------------------------------------
Summary: An exploded war inside an archived ear returns 404
Key: WFLY-2028
URL: https://issues.jboss.org/browse/WFLY-2028
Project: WildFly
Issue Type: Feature Request
Components: EE
Affects Versions: 8.0.0.Alpha4
Reporter: Emmanuel Hugonnet
Assignee: Emmanuel Hugonnet
When an archived ear which includes an exploded war is deployed in EAP 6, the application seems to be deployed successfully but it returns status code 404.
1. Start EAP 6 standalone mode
2. Put the attached test.ear to $JBOSS_HOME/standalone/deployments
3. Access the web application
curl -v http://localhost:8080/test/index.jsp
JBoss returns status code 404.
JBoss returns actual response of web application's content.
Additional info:
Same application works in EAP 5. When an application is an exploded ear which includes an exploded war, it works in EAP 6.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list