Hi I am running a default instance. I failed to create a context in the partition at the time of server start using LDIF. My server.xml is as follows #directoryService #ldapServer murali.ldif ___________________________________________________________ My LDIF file is as below _____________________________________________________ version: 1 dn: ou=murali objectClass: organizationalUnit objectClass: top ou: murali In the server.xml I have defined a partition "murali". I want to have a context in that partition at the time of server start . so I have configured the LDIF file as per the documentation in server.xml but the context is not getting created automatically. I tried too hard but no success. Can anybody explain me what the problem is?