Alex, Thank you for the assist, that did the trick for me. I noticed your upcoming presentation as I was googling around for a solution. I'm sure it will be awesome! Good luck with it.
Best Regards, Gregg > -----Original Message----- > From: Alex Karasulu [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 29, 2006 11:09 PM > To: Apache Directory Developers List > Subject: Re: Embedded directory not opening a listening port > > Hi Gregg, > > Gregg Freeman wrote: > > > > Please forgive me if this isn't the correct list (and let > me know what > > the right one would be). > > No no this just fine. > > > I'm trying to embed ApacheDS into our server, and have it > function as > > an LDAP server, just as the distributed server example does > (1.0 RC3). > > I've followed the example described in > > > _http://directory.apache.org/subprojects/apacheds/docs/users/configura > > tion.html_, and I can see from the logs that the directory server > > starts, however, it doesn't open the 10389 port as specified in the > > configuration section of the spring bean. > > > > Am I missing something? > > Ok this will embed the server without networking so the LDAP > store will be there but not the server. To do that you need > a different JNDI context factory: try using > ServerContextFactory instead of CoreContextFactory. > > <shamelessPlug> > BTW I will be holding an embedding ApacheDS tutorial session > (3hrs) on doing this and more at ApacheCon in October. > </shamelessPlug> > > HTH, > Alex > > >
