Date: 2004-03-17T10:26:05
Editor: 66.208.12.130 <>
Wiki: Apache Avalon Wiki
Page: AvalonContextSurvey
URL: http://wiki.apache.org/avalon/AvalonContextSurvey
no comment
Change Log:
------------------------------------------------------------------------------
@@ -3,10 +3,17 @@
'''Fortress''':
Starting from the first context and working up through all the parents:
{{{
- * component.logger
- * component.id
- * component.configuration
- * component.name
+ These are passed to the components. Please note that "context-root" was at one
time
+ "app.home" until it got changed--I cannot remember the circumstances of that
change.
+
+ * impl.workDir File (directory) temporary directory
+ * context-root File (directory) Context directory
+ * component.logger String Component logger name
+ * component.id String ID used to locate the component
+ * component.configuration String Configuration the configuration (removed from
context before passing it to components)
+ * component.name String The short name of the component (removed from
context before passing it to components)
+
+ These represent values that are only used during configuration of Fortress, and
are not passed to components
* org.apache.excalibur.instrument.InstrumentManager
* org.apache.excalibur.mpool.PoolManager
@@ -24,14 +31,8 @@
* impl.configuration.uri
* impl.roleManager.config.uri
* impl.logManager.config.uri
- * context-root
* impl.instrumentManager.config.uri
-
- * impl.workDir
- * impl.logManager.config.uri
- * impl.configuration.uri
* impl.logcategory
- * context-root
* impl.class
}}}
'''Merlin'''
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]