[jboss-jira] [JBoss JIRA] (AS7-5101) Support unmanaged deployments in the console
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Mon Jul 2 15:32:12 EDT 2012
Brian Stansberry created AS7-5101:
-------------------------------------
Summary: Support unmanaged deployments in the console
Key: AS7-5101
URL: https://issues.jboss.org/browse/AS7-5101
Project: Application Server 7
Issue Type: Feature Request
Components: Console
Reporter: Brian Stansberry
Assignee: Heiko Braun
The AS supports the notion of "unmanaged" deployments, where, rather than uploading the deployment content to the server, which then serves it from its internal content repo, instead the filesystem path to the content is provided and the content is served directly from that location.
This mechanism is particularly helpful with exploded deployments; it's what the filesystem deployment scanner uses when it detects an exploded deployment.
The CLI supports this via the --unmanaged flag that can be passed to the "deploy" command.
The console should expose this functionality as well.
If this were used in a managed domain, it's the responsibility of the user to ensure that the content is available at the provided path on all relevant hosts in the domain. EAP itself takes no responsibility for managing that content.
--
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