You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2014/11/26 16:39:39 UTC

svn commit: r1641836 - /directory/site/trunk/content/apacheds/advanced-ug/2-server-config.mdtext

Author: elecharny
Date: Wed Nov 26 15:39:39 2014
New Revision: 1641836

URL: http://svn.apache.org/r1641836
Log:
added the config bran image

Modified:
    directory/site/trunk/content/apacheds/advanced-ug/2-server-config.mdtext

Modified: directory/site/trunk/content/apacheds/advanced-ug/2-server-config.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/apacheds/advanced-ug/2-server-config.mdtext?rev=1641836&r1=1641835&r2=1641836&view=diff
==============================================================================
--- directory/site/trunk/content/apacheds/advanced-ug/2-server-config.mdtext (original)
+++ directory/site/trunk/content/apacheds/advanced-ug/2-server-config.mdtext Wed Nov 26 15:39:39 2014
@@ -28,6 +28,14 @@ We will now describe the server configur
 
 It's a good policy not to modify the LDIF files by hand, but instead to use the Studio Configuration plugin to modify your configuration. 
 
+# Bean graph
+
+The following picture represent the structure of the container used to store the configuration inside the server. The yellow beans are abstract beans, extended by specific beans.
+
+The bold links mean we can have more than one instance of a bean.
+
+![ApacheDS configuration beans](images/configBeans.png)
+
 # Overall structure
 
 The configuration is stored in a hierarchical order, where sub-elements are related to their parent. For instance, the _Transports_ are associated to the _Server_ they are child of. If we have many kind of servers, we will have as many transports as we have servers.