]
Brian Stansberry commented on WFCORE-4767:
------------------------------------------
[~khermano] I believe this belongs back in WFLY with the Web (Undertow) component restored
and Server removed. The 'host' and 'context' concepts are specific to that
subsystem and any logic to detect duplicates would belong there.
Use descriptive error message for duplicate host/context deployments
--------------------------------------------------------------------
Key: WFCORE-4767
URL:
https://issues.redhat.com/browse/WFCORE-4767
Project: WildFly Core
Issue Type: Enhancement
Components: Server
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.