You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@directory.apache.org by Aaron Boxer <bo...@gmail.com> on 2013/08/05 18:02:48 UTC

Embedding Apache DS

Hello,
I would like to run apache ds as a service on jboss 7. (I would like to
host an LDAP server on OpenShift).
Can anyone guide me on how to go about doing this please?

Thanks very much,
Aaron

Re: Embedding Apache DS

Posted by Aaron Boxer <bo...@gmail.com>.
Thanks, Kiran.

You're right, OpenShift does not permit assigning to arbitrary ports.
So, it looks like it won't work. I suppose a simple Linode instance
will do the trick here.

Thanks again,
Aaron


On Tue, Aug 6, 2013 at 3:21 AM, Kiran Ayyagari <ka...@apache.org> wrote:

> Aaron,
>
>
> On Tue, Aug 6, 2013 at 1:41 AM, Aaron Boxer <bo...@gmail.com> wrote:
>
> > Thanks, Kiran.
> >
> > I am working with an open source medical imaging server that runs on
> jboss
> > 7.
> > I would like to deploy this server to OpenShift.
> >
> > Settings are read from an LDAP server, and there is no current LDAP
> support
> > on OpenShift
> > If I can run DS as a jboss service, then I think I can get this LDAP
> > support.
> >
> I have a bunch of questions
> so you are planning to create a Service ARchive with DS and deploy?
>
> and do you want to run the DS in network mode?
>
> if yes, I am not sure whether OpenShift let you run it on an unassigned
> port for you
> and if _not_ then I don't think you have a way to connect to the DS using
> JNDI context.
>
> so, I think the only other option left for you is to directly embed DS in
> your imaging
> server application, which is certainly doable, let us know.
>
>
> > Thanks again,
> > Aaron
> >
> >
> >
> >
> > On Mon, Aug 5, 2013 at 1:46 PM, Kiran Ayyagari <ka...@apache.org>
> > wrote:
> >
> > > Hi Aaron,
> > >
> > >     I haven't used OpenShift, if you can elaborate a bit about
> > >     your need/requirements* we will be able to help you out.
> > >
> > >     * You can take a look at this[1] class to get an idea on how
> > >        to start directory service in embedded mode
> > >
> > > [1]
> > >
> > >
> >
> http://svn.apache.org/repos/asf/directory/apacheds/trunk/core-annotations/src/main/java/org/apache/directory/server/core/factory/DefaultDirectoryServiceFactory.java
> > >
> > >
> > >
> > > On Mon, Aug 5, 2013 at 9:32 PM, Aaron Boxer <bo...@gmail.com> wrote:
> > >
> > > > Hello,
> > > > I would like to run apache ds as a service on jboss 7. (I would like
> to
> > > > host an LDAP server on OpenShift).
> > > > Can anyone guide me on how to go about doing this please?
> > > >
> > > > Thanks very much,
> > > > Aaron
> > > >
> > >
> > >
> > >
> > > --
> > > Kiran Ayyagari
> > > http://keydap.com
> > >
> >
>
>
>
> --
> Kiran Ayyagari
> http://keydap.com
>

Re: Embedding Apache DS

Posted by Kiran Ayyagari <ka...@apache.org>.
Aaron,


On Tue, Aug 6, 2013 at 1:41 AM, Aaron Boxer <bo...@gmail.com> wrote:

> Thanks, Kiran.
>
> I am working with an open source medical imaging server that runs on jboss
> 7.
> I would like to deploy this server to OpenShift.
>
> Settings are read from an LDAP server, and there is no current LDAP support
> on OpenShift
> If I can run DS as a jboss service, then I think I can get this LDAP
> support.
>
I have a bunch of questions
so you are planning to create a Service ARchive with DS and deploy?

and do you want to run the DS in network mode?

if yes, I am not sure whether OpenShift let you run it on an unassigned
port for you
and if _not_ then I don't think you have a way to connect to the DS using
JNDI context.

so, I think the only other option left for you is to directly embed DS in
your imaging
server application, which is certainly doable, let us know.


> Thanks again,
> Aaron
>
>
>
>
> On Mon, Aug 5, 2013 at 1:46 PM, Kiran Ayyagari <ka...@apache.org>
> wrote:
>
> > Hi Aaron,
> >
> >     I haven't used OpenShift, if you can elaborate a bit about
> >     your need/requirements* we will be able to help you out.
> >
> >     * You can take a look at this[1] class to get an idea on how
> >        to start directory service in embedded mode
> >
> > [1]
> >
> >
> http://svn.apache.org/repos/asf/directory/apacheds/trunk/core-annotations/src/main/java/org/apache/directory/server/core/factory/DefaultDirectoryServiceFactory.java
> >
> >
> >
> > On Mon, Aug 5, 2013 at 9:32 PM, Aaron Boxer <bo...@gmail.com> wrote:
> >
> > > Hello,
> > > I would like to run apache ds as a service on jboss 7. (I would like to
> > > host an LDAP server on OpenShift).
> > > Can anyone guide me on how to go about doing this please?
> > >
> > > Thanks very much,
> > > Aaron
> > >
> >
> >
> >
> > --
> > Kiran Ayyagari
> > http://keydap.com
> >
>



-- 
Kiran Ayyagari
http://keydap.com

Re: Embedding Apache DS

Posted by Aaron Boxer <bo...@gmail.com>.
Thanks, Kiran.

I am working with an open source medical imaging server that runs on jboss
7.
I would like to deploy this server to OpenShift.

Settings are read from an LDAP server, and there is no current LDAP support
on OpenShift
If I can run DS as a jboss service, then I think I can get this LDAP
support.

Thanks again,
Aaron




On Mon, Aug 5, 2013 at 1:46 PM, Kiran Ayyagari <ka...@apache.org> wrote:

> Hi Aaron,
>
>     I haven't used OpenShift, if you can elaborate a bit about
>     your need/requirements* we will be able to help you out.
>
>     * You can take a look at this[1] class to get an idea on how
>        to start directory service in embedded mode
>
> [1]
>
> http://svn.apache.org/repos/asf/directory/apacheds/trunk/core-annotations/src/main/java/org/apache/directory/server/core/factory/DefaultDirectoryServiceFactory.java
>
>
>
> On Mon, Aug 5, 2013 at 9:32 PM, Aaron Boxer <bo...@gmail.com> wrote:
>
> > Hello,
> > I would like to run apache ds as a service on jboss 7. (I would like to
> > host an LDAP server on OpenShift).
> > Can anyone guide me on how to go about doing this please?
> >
> > Thanks very much,
> > Aaron
> >
>
>
>
> --
> Kiran Ayyagari
> http://keydap.com
>

Re: Embedding Apache DS

Posted by Kiran Ayyagari <ka...@apache.org>.
Hi Aaron,

    I haven't used OpenShift, if you can elaborate a bit about
    your need/requirements* we will be able to help you out.

    * You can take a look at this[1] class to get an idea on how
       to start directory service in embedded mode

[1]
http://svn.apache.org/repos/asf/directory/apacheds/trunk/core-annotations/src/main/java/org/apache/directory/server/core/factory/DefaultDirectoryServiceFactory.java



On Mon, Aug 5, 2013 at 9:32 PM, Aaron Boxer <bo...@gmail.com> wrote:

> Hello,
> I would like to run apache ds as a service on jboss 7. (I would like to
> host an LDAP server on OpenShift).
> Can anyone guide me on how to go about doing this please?
>
> Thanks very much,
> Aaron
>



-- 
Kiran Ayyagari
http://keydap.com