Enrique,

Can you lend a hand here since you wrote the DNS server.

Thanks,
Alex


upasana immidi wrote:
Hi,

since I last sent my post with all the questions,

I downloaded apacheds-protocol-dns-1.0.RC3.jar and integrated it with my 
project via Maven's POM


I could download source from the following location

https://svn.apache.org/repos/asf/directory/trunks/apacheds


Now I need to figureout the parameters that need to be sent to instantiate 
DnsServer class,


DnsServer(DnsConfiguration config, IoAcceptor acceptor, RecordStore store)


is there any documentation available?

Anna


On 9/4/06, *upasana immidi* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:

    Hi,

    Thanks for the response.

    Firstly, how can I download the sorce code , the link that you
    specified just lets you view the files. I have Subversion and Maven2
    evironment, probably you cna point me to the subversion repository

    Do I need to download code for MINA too.

    Do I need to configure the JNDI settings somewhere and

    Do I need to set some simple schema for DNS.

    I would like to use DNS server for failover, if main server is
    responding then forwad the traffic to that other wise forward it to
    DR site.

    Cheers,
    Anna



    On 9/1/06, *Trustin Lee* < [EMAIL PROTECTED]
    <mailto:[EMAIL PROTECTED]>> wrote:

        On 9/1/06, *upasana immidi* <[EMAIL PROTECTED]
        <mailto:[EMAIL PROTECTED]>> wrote:

            Hi,
            I would like to use ApacheDS as a DNS server (to start
            with). How should I go about doing it?

            I have  ApacheDS running and have csuccessfully onfigured
            JXplorer to view the ApacheDS directory structure.

            Can I configure ApacheDS as a DNS server or do I have to
            donwload the code and embed it within my program?

            I will appreciate if some one can give me some pointers.

            I am new to this list and if this is not an appropriate list
            tell me which one is?


        For now, DNS protocol is not integrated into ApacheDS
        out-of-the-box IIRC, but you can integrate it easily because our
        DNS implementation uses JNDI API to access the underlying
        storage (ApacheDS in this case).  So.. what you have to do is to:

        * Start ApacheDS
        * Start DNS server within the same VM by instantiating DnsServer
        class

        The DNS server source code is located here:

        http://svn.apache.org/viewvc/directory/trunks/apacheds/protocol-dns/

        You will have to learn how to use MINA a little bit and look
        into the source code.

        Once we adopt OSGi technology, we could launch the DNS server
        just installing DNS OSGi bundle dynamically, but not right now.

        HTH,
        Trustin
-- what we call human nature is actually human habit
        --
        http://gleamynode.net/ <http://gleamynode.net/>
        --
        PGP key fingerprints:
        * E167 E6AF E73A CBCE EE41  4A29 544D DE48 FE95 4E7E
* B693 628E 6047 4F8F CFA4 455E 1C62 A7DC 0255 ECA6



Reply via email to