[jboss-jira] [JBoss JIRA] (AS7-4628) War files cannot be deployed to multiple virtual-hosts
Stefan Negrea (JIRA)
jira-events at lists.jboss.org
Wed Apr 25 11:27:18 EDT 2012
Stefan Negrea created AS7-4628:
----------------------------------
Summary: War files cannot be deployed to multiple virtual-hosts
Key: AS7-4628
URL: https://issues.jboss.org/browse/AS7-4628
Project: Application Server 7
Issue Type: Bug
Reporter: Stefan Negrea
War files cannot be deployed to multiple virtual-hosts. Using jboss-web.xml it is possible to define multiple virtual hosts. Here is the schema that allows such declarations: http://www.jboss.org/schema/jbossweb/jboss-web_6_0.xsd
Sample jboss-web.xml:
<jboss-web>
<virtual-host>test1</virtual-host>
<virtual-host>test2</virtual-host>
</jboss-web>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list