I had trouble with this for a while. You need to edit the server.xml. But the trick is that it's not c:\Program Files\Apache Directory Server\conf\server.xml, it's c:\Program Files\Apache Directory Server\instances\default\conf\server.xml. It's not too hard to work out what to change in that file. I added the following to the section: #newExampleContextEntry That is, a cut and paste changing (a) the id from "example" to "newExample", (b) the suffix to "dc=acme", and (c) the contextEntry to "#newExampleContextEntry" Then I added a newExampleContextEntry spring bean down lower. Again, it was a cut and paste of the exampleContextEntry, changing (a) the id, and (b) the value to "dc=acme" towards the end. newEntry objectClass: top objectClass: domain objectClass: extensibleObject dc: example dc=acme Then restart the directory server. On windows, use the Services control panel to do this. Good luck. John. On Sat, Jun 21, 2008 at 7:00 AM, Kiran Ayyagari wrote: > hi Lego, > > Which version of ADS you are using? > > Kiran Ayyagari > > > Leo Galambos wrote: > >> Hello, >> >> I am trying to add a new partition. I follow the documentation at >> http://directory.apache.org/apacheds/1.5/144-adding-your-own-partition-resp-suffix.html >> suggesting to find and >> add > >> Unfortunately, my server.conf does not include such tags, only >> > >> I do think that the documentation of 1.5 is obsolete (does it describe ADS >> 1.0 format?). >> >> I found XSD document with some hints, but it is still hard to understand >> all the bells and whistles (you know, I try ADS for the first time). Can you >> point me to a right documentation or send a server.conf with a new added >> partition, let's say "dc=ACME", please? >> >> Thank you very much, >> LG >> >>