[jboss-jira] [JBoss JIRA] Created: (JBWEB-132) WAR deployment ObjectName should include virtual host
Scy (JIRA)
jira-events at lists.jboss.org
Mon Dec 15 06:08:47 EST 2008
WAR deployment ObjectName should include virtual host
-----------------------------------------------------
Key: JBWEB-132
URL: https://jira.jboss.org/jira/browse/JBWEB-132
Project: JBoss Web
Issue Type: Patch
Security Level: Public (Everyone can see)
Components: Core
Affects Versions: JBossWeb-2.1.1.GA
Environment: All
Reporter: Scy
Assignee: Remy Maucherat
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
More information about the jboss-jira
mailing list