]
Katarina Hermanova moved WFLY-4051 to WFCORE-4767:
--------------------------------------------------
Project: WildFly Core (was: WildFly)
Key: WFCORE-4767 (was: WFLY-4051)
Component/s: (was: Web (Undertow))
Affects Version/s: (was: 9.0.0.Alpha1)
Use descriptive error message for duplicate host/context deployments
--------------------------------------------------------------------
Key: WFCORE-4767
URL:
https://issues.jboss.org/browse/WFCORE-4767
Project: WildFly Core
Issue Type: Enhancement
Reporter: Paul Ferraro
Assignee: Katarina Hermanova
Priority: Minor
If a user attempts to deploy a web application to a host/context to which another
application is deployed, this will fail for obvious reasons.
What isn't obvious is the error message. Currently, users will see a
DuplicateServiceException. Ideally, the error message should indicate that another
application is deployed for the same host and context path.