[JBoss JIRA] Created: (JBAS-8258) Primordial Domain Controller bootstrap
by Brian Stansberry (JIRA)
Primordial Domain Controller bootstrap
--------------------------------------
Key: JBAS-8258
URL: https://jira.jboss.org/browse/JBAS-8258
Project: JBoss Application Server
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Domain Management
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Fix For: 7.0.0.M1
Primordial bootstrap of a domain controller.
-- how to indicate from the command line that a DC is to be booted
-- parse the host.xml, find the DC configuration content (this isn't how to lookup a DC on another host; rather how a server on this host becomes a DC; e.g. location of domain.xml file)
-- parse the domain.xml
-- combine host and domain information into a fully specified server configuration object (see JBAS-8255)
-- start a server based on this configuration object (similar to a regular server start)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 9 months
[JBoss JIRA] Created: (JBAS-8255) Fully specified individual server configuration object model
by Brian Stansberry (JIRA)
Fully specified individual server configuration object model
------------------------------------------------------------
Key: JBAS-8255
URL: https://jira.jboss.org/browse/JBAS-8255
Project: JBoss Application Server
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Components: Domain Management
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Fix For: 7.0.0.M1
The fully-specified domain model representation of an individual server. This is not the <server> element in a host.xml, as that is simply the server-level extensions and overrides of configuration expressed elsewhere. Rather, this is the merged combination of the relevant domain, server-group, host and server information from domain.xml and host.xml, or from the equivalent configuration file(s) for a standalone server.
Initially we are going to use the Standalone class for this, which is the proposed class into which a standalone server configuration would be parsed. It's possible that will change if using the same class for both proves problematic.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 9 months