You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Aaron Mulder <am...@alumni.princeton.edu> on 2006/03/24 20:12:06 UTC

LDAP Demo Dependencies

It looks like the LDAP demo application
(geronimo/ldap-demo-jetty/1.2-SNAPSHOT/car) depends on the sample LDAP
realm (geronimo/ldap-realm/1.2-SNAPSHOT/car), but neither of these
depend on the embedded Directory server.  So if you install those
without directory and try the demo, you get connect exceptions to
localhost.

I'm assuming we should add an import on geronimo-directory to the
sample LDAP realm?

Thanks,
    Aaron

Re: LDAP Demo Dependencies

Posted by Jeff Genender <jg...@apache.org>.

Aaron Mulder wrote:
> It looks like the LDAP demo application
> (geronimo/ldap-demo-jetty/1.2-SNAPSHOT/car) depends on the sample LDAP
> realm (geronimo/ldap-realm/1.2-SNAPSHOT/car), but neither of these
> depend on the embedded Directory server.  So if you install those
> without directory and try the demo, you get connect exceptions to
> localhost.
> 
> I'm assuming we should add an import on geronimo-directory to the
> sample LDAP realm?

Yep...good catch.

> 
> Thanks,
>     Aaron