[jboss-jira] [JBoss JIRA] Resolved: (JBAS-6319) WAR deployment ObjectName should include virtual host
Scott M Stark (JIRA)
jira-events at lists.jboss.org
Thu Jan 22 13:22:44 EST 2009
[ https://jira.jboss.org/jira/browse/JBAS-6319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Scott M Stark resolved JBAS-6319.
---------------------------------
Fix Version/s: JBossAS-5.0.1.GA
JBossAS-5.1.0.Beta1
Resolution: Done
The object name has been updated to incorporate a virtual host if one exists.
> 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: Craig Raw
> Assignee: Scott M Stark
> Fix For: JBossAS-5.0.1.GA, JBossAS-5.1.0.Beta1
>
> 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
More information about the jboss-jira
mailing list