[
https://jira.jboss.org/jira/browse/JBAS-6319?page=com.atlassian.jira.plug...
]
Scy updated JBAS-6319:
----------------------
Attachment: AbstractWarDeployer.diff
Patch to include virtual host (if specified) in WAR deployment object name when calling
getObjectName()
WAR deployment ObjectName should include virtual host
-----------------------------------------------------
Key: JBAS-6319
URL:
https://jira.jboss.org/jira/browse/JBAS-6319
Project: JBoss Application Server
Issue Type: Patch
Security Level: Public(Everyone can see)
Components: Web (Tomcat) service
Affects Versions: JBossAS-5.0.0.GA
Environment: All
Reporter: Scy
Assignee: Scott M Stark
Attachments: AbstractWarDeployer.diff
Currently the method getObjectName() in org.jboss.web.deployers.AbstractWarDeployer
considers only the context path when creating the ObjectName for the WAR deployment (e.g.
jboss.web.deployment:war=/)
It is not currently possible to deploy two virtual hosts under the same context root,
which is often necessary and should not cause conflicts. Therefore, the getObjectName()
method should take into account the virtual host as well as the context path in
determining a unique String for the ObjectName.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira