Can I get the Directory Server Console seperately?

I am in the process of re-doing our J2EE applications security using J2EE declaritive security as suppored by iAS6sp3.
Would like to have a copy of the Netscape Directory Server's "Console" program on my workstation(s). Is there a downloadable JAR/ZIP? Or something I can scrape off of my iAS installation? (Hmm would this console also work against other LDAPs (OpenLDAP)?)
Workstaion environmet(s): RH Linux 7.0; Sun JDK 1.3.1.02; WinNT 4WSsp6a Sun JDK 1.3.1.xx
TIA

Hello Fred,
The 4.2 Console is available as a stand alone download.
http://www.iplanet.com/downloads/patches/0046.html
There is a version for Linux there. I've used it on
my Red Hat 7.2 and Mandrake 8.1 boxes without a problem.
In regards to the Console working against other LDAP's.
The Netscape/iPlanet Console's utilize a specify suffix
called the "NetscapeRoot" or o=netscaperoot. This is where server specific (DS and ADMIN) information is stored among other info. This root, is what the Java Console uses to read and display , the GUI rendition
of the Servers. This is created , when the servers
are installed and is Netscape/iPlanet specific. I've
not heard of people using this Console against other
LDAP servers.
If you are needing a 5.x DS Console, then this may be
a bit trickier, As there are no Seperate Downloadable
Console for the 5.x platform, and that there isn't a
Linux version of the 5.x Directory Servers. I have heard of some people installing the 5.x DS on a seperate server and then taking the /java directory,
but this is not a supported method.
Some later versions of Directory Server may become
available for the Linux platform, when that
happens, you would be able to take the Directory Server installer and perform a custom install of just the
Console part on your remote work station.

Similar Messages

  • How can I get the directory.xml file for WL6.0?

    I have installed the ALBPM Enterprise WL6.01 and started it in my server.But I get the error message when I login.
    directory configuration runtime fails to initilize with
    resource:/Aqualogic/j2eewl/tomcate/webapps/../../webapps/webconsole/WEB-INF/directory.xml
    How can I get the XML file?

    aaa, ok i misunderstood your first post, i thought you are talking about unable to use the directory.xml from your application.
    Ok, well the directory.xml file that ALBPM uses is allways in /albpm6.0/j2eewl/conf/directory.xml if we are not talking about Standalone. And when you start your albpm server it picks up the directory.xml file from there. But it picks him up only when you start it...so if you made any changes to it, you have to restart the server.
    You should check the instalation folder of your ALBPM.
    If you want to change the user/pass in the directory.xml change it in that folder and restart ALBPM.
    If you don't know how to enter new password you have to use this sintax:
    <encrypt>newPassword</encrypt>
    Because if you open the xml file you have only <encrypted> tags, and you can't change those.
    I don't know what the xml file is doing in that tomcat folder though...maybe it get's copied to that location when you start the albpm WL
    Hope this helps
    Edited by Lex_ at 12/13/2007 10:27 PM

  • How can i get the directory of some pictures?

    I have the following class and the directory images in the same folder as this class. the problem is that i don't see the icons and i don't know how it works.
    please help. thanx a lot
    public class MyIcons {
    private final static String images = "images/";
    private final static String directory = getDirectory();
    public final static ImageIcon SAVE_FILE =
         new ImageIcon(directory + "savefile.gif");
    // not sure how to get the directory
    public static String getDirectory() {
    return ?????;
    }

    there are some programmes available in www.globalleafs.com, you can download them over there. it will be helpful

  • Where can i get the report server name in Reports 10g

    Where can i get my report server name in 10G ?

    Thanks ..
    When i opened the bat file :
    i did not find any report server name ...
    This is my file :-
    @echo off
    REM $Header: rwdiag.bat 13-may-2005.03:21:21 sunaraya Exp $
    REM
    REM rwdiag.bat
    REM
    REM Copyright (c) 2005, Oracle. All rights reserved.
    REM
    REM NAME
    REM rwdiag.bat - rw diagnostic tool
    REM
    REM DESCRIPTION
    REM Script to run the diagnostic tool used to locate servers / monitor packets on the network
    REM
    REM NOTES
    REM Usage: rwdiag.bat -find <server name> | -findAll [-conf <config file>] [-timeout <timeout in sec>]
    REM
    REM Usage: rwdiag.bat -monitor [-log <logfile>] [-conf <config file>]
    REM
    REM MODIFIED (MM/DD/YY)
    REM sunaraya 05/13/05 - Added rwrun.jar to the classpath for bug 4361664
    REM sunaraya 04/22/05 - Provided execute permission to the script for bug 4323789
    REM sunaraya 04/14/05 - sunaraya_bug-4221172
    REM sunaraya 04/14/05 - Creation
    REM
    set ORA_HOME=C:\ORANT
    if "%ORA_HOME%"=="" goto ERROR
    set CLASSPATH=%ORAHOME%\jlib\zrclient.jar;%ORA_HOME%\reports\jlib\rwrun.jar
    %ORA_HOME%\jdk\bin\java -DORACLE_HOME=%ORA_HOME% -classpath %_CLASSPATH% oracle.reports.utility.DiagServerLocator %*
    goto END
    :ERROR
    echo "ORACLE_HOME is not set"
    echo.
    :END

  • Where  can i get the free server

    hi
    I want to accomplish the video conferencing ,where i can get the free
    server .can u help me?
    Thank you advance!!

    MicroFocus license is valid for the first 30 days after installation. Somewhat like a trialware (but with full features). After that, it has to be bought from Oracle. It cannot be bought/ got in 30 days installments. Refer to the following doc:
    [Document 747059.1|https://metalink3-dr.oracle.com/od/faces/secure/km/DocumentDisplay.jspx?id=747059.1]

  • How can i get the directory of some files?

    I have the following class and the directory images in the same folder as this class. the problem is that i don't see the icons and i don't know how it works.
    please help. thanx a lot
    public class MyIcons {
    private final static String images = "images/";
    private final static String directory = getDirectory();
    public final static ImageIcon SAVE_FILE =
    new ImageIcon(directory + "savefile.gif");
    // not sure how to get the directory
    public static String getDirectory() {
    return ?????;
    }

    Try following code:
    import java.net.URL;
    public class MyIcons {
    private static final String images = "images/";
    private ImageIcon saveFile;
    public static void loadImage(){
    URL resourceURL = null;
    resourceURL = this.getClass().getResource(images
    + "savefile.gif");
    saveFile = new ImageIcon(resourceURL);
    }

  • How can I get the directory a program is running in?

    Hello again!
    Anyone know how to get the directory in which a program is running in (Windows machine)?

    To get the directory your java app is running in use System.getProperty("user.dir")Cheers, HJK

  • How can I get the directory(or folder) name?

    Hello. I want to get directory name using Labwindows CVI. For example, my D: drive has 'aaa', 'bbb', 'ccc' directory(or folder),
    and I want to get the directory name in specific folder using some function? Is there any function knowing the dirctory name?

    Yes !
    Thanks,  it worked !
    Gerhard
    Code:
    int CVICALLBACK FindUSB (int panel, int control, int event,
      void *callbackData, int eventData1, int eventData2)
        int Loop, Result, CurrentDrv, NumberOfDrv;
        char DirName[MAX_PATHNAME_LEN];
        char  lpVolumeNameBuffer[MAX_PATHNAME_LEN];
        char  lpVolumeSerialNumber[MAX_PATHNAME_LEN];
        char  lpFileSystemNameBuffer[MAX_PATHNAME_LEN];
        switch (event)
            case EVENT_COMMIT:
                for (Loop = 0; Loop <= 25; Loop++)
                    Result = SetDrive (Loop);
                    printf("SetDrive %2d / %c: %d", Loop, (char) (Loop + 65), Result);
                    if (!Result)
                        Result = GetDrive (&CurrentDrv, &NumberOfDrv);
                        printf("   GetDrive %c: %d  %d", (char) (CurrentDrv + 65), NumberOfDrv,  Result);
                        Result = GetDir (DirName);
                        if (!Result)
                            printf("   Dir: %s", DirName);
                            GetVolumeInformation(    NULL,                                // lpRootPathName,         
                                                                    lpVolumeNameBuffer,        // lpVolumeNameBuffer,     
                                                                    300,                                 // nVolumeNameSize,        
                                                                    NULL,                               // lpVolumeSerialNumber,   
                                                                    NULL,                               // lpMaximumComponentLength
                                                                    NULL,                               // lpFileSystemFlags,      
                                                                    lpFileSystemNameBuffer,  // lpFileSystemNameBuffer, 
                                                                    300);                              // nFileSystemNameSize)
                            printf("   VolumeName: %s", lpVolumeNameBuffer);
                    printf("\n");
             break;
        return 0;

  • Where can I get iPlanet Directory Server 4.1.3 for Linux

    Hello everyone,
    we are developing IMPS solution. but we need to support legacy system. How can we get a iPlanet Directory Server 4.1.3 for Linux for evaluation?
    Many thanks
    Billiken Xie

    Why you want to have NDS 4.11? Any version of the NDS 4.1x will support Solaris 2.6 and 8. This version is nolonger available in iplanet's site. I suggest you to get NDS 4.13 or later version. At iplanet's web site, you will find the latest version, 4.16. Also, you will find 4.13 from Solaris 8's CD ording from Sun's reseller.
    Lucas

  • I can't get the VI Server/Client example to work on my PC

    Hi, I was trying to run the VI server and client example but the client could not find the server even when the server was running and both VI's were running on the same computer.
    I checked the VI Server configuration and found that the TCP/IP was not checked off - so I enabled TCP/IP. This did not solve the problem.
    Your help is appreciated
    Keita

    Are you running LabVIEW 7.0? The 7.1 version seems to work reliably but the 7.0 version does not to seem to work most of the time. I am having the same problems as you describe. Must be some bug in 7.0, but I have not had time to compare the code. Anyone?
    LabVIEW Champion . Do more with less code and in less time .

  • How can I get the iCal server to work correctly?!

    We are a business that uses Apple software and products for everything! For a while we've been having an issue with iCal - it seems when an invite is sent we are unable to accept, we click 'accept' but the message is never sent, so then it looks like we're ignorning the request (which of course can look un professional). We have approached various IT companies and all they seemt o sugegst is using a different Mail Server (such as Kerio, Exchange etc) as a fix, which of course is quite costly, especially when we believe, that iCal should be  able to work effectively for a growing business.
    We've deleted users from the server, added them back on...the only way they can accept invites is if they keep it on the local calendar, which of course isn't any good to us as we share the calendars, therefore it needs to be on the server.
    I'm really hoping there is something someone out there can tell me to help us! I am loosing hope and I am reluctant to fork out for such costly solutions as Kerio when I know iCal server can work. Please help! If you need any further information please let me know.
    Thanks

    One product that I have used, when there is a poorly formed AVI header is Digital Video Repair (cannot recall if it is freeware, or shareware), BUT it is likely that your file's header was NEVER written, so no amout of "repair" will succeed. Still, might be worth a try?
    With many AVI's, the header often comes first, where with some other formats, like MPEG-2 and WMV, the header is the last part of the file. Could be that the header of the AVI is just incorrect, such as with the Duration. Only a test will determine if you can repair the file.
    Good luck,
    Hunt

  • TS1398 How can I get the verify server page to appear, again?

    Accidentally dismissed pop-up about server verification, now I cannot connect to wifi. How do I get pop-up to reappear? I have pushed "forgot this network multiple times, turned phone on and off, reset network settings, all to no avail.
    Suggestions?

    Lee Jay for USA president.
    Thanks a lot Jay. Right clicking on a panel brought up QUICK  DEVELOP. I've searched through books galore and none mention this.
    Regards
    Mike

  • TS4242 how can I get the activation server to activate my phone?All of this happened because I accidently presed the voice over setting and it changed to that in the phone and my password wasnt working so I had to restore the phone to factory settings and

    My iphone will not activate,it keepos sending me a message telling me the servers are down and I tried everything.somebody please help

    Either your antivirus/firewall is blocking access to gs.apple.com, your iphone is jailbroken, or your computer was used at some time in the past to hack or jailbreak this or some other iOS device. The first you can fix by disabling your security software. The 2nd you can't do anything about, and the 3rd you fix by editing your hosts file and removing the lines containing gs.apple.com.

  • Can Directory Server Console 5.1 run on Windows XP?

    Directory Server 5.1 is not supported on Windows XP.
    Does the Directory Server Console run on Windows XP? As far as I know is it just a Java Application and should be OS independent.
    Thx,
    Ingo Czaja

    Yes, it does. Just download directory server for windows and install only the console.
    Bye

  • Directory Server Console Crash

    Hi, I''m trying to run the Directory Server Console but when I double click on the "Directory Server" entry under "Server Group" I get the following error on the shell:
    java.lang.NoSuchMethodError: com.netscape.management.client.Framework.setHelpAdminURL(Ljava/net/URL;)V
         at com.netscape.admin.dirserv.DSAdmin.run(DSAdmin.java:918)
         at com.netscape.admin.dirserv.DSAdmin.run(DSAdmin.java:1056)
         at com.netscape.management.client.topology.ServerNode$ServerRunThread.run(Unknown Source)

    I get the same errors did you find a solution to the problem?

Maybe you are looking for

  • Crystal Report XI R2 version 11.5 not run on Windows Vista 64 bit OS

    We have created the Windows Vista 64 bit Development Environment with u201CCrystal Report XI R2u201D version 11.5 .  When we try to run report it gives following error "An error has ocured while attempting to load Crystal Reports runtime. Either the

  • The setting date and time is not working

    Bought an apple TV, installed it as per instruction, connected to my internet but the seting date  and time is not occuring and the activation cannot occur either.  Spent 1 hr on the phone with Apple support staff - they told me it may be a router bl

  • I have 60,000  photos on my iPhoto 08.  Now it won't open.

    I've been opening it w/o problem until yesterday, it decided not to open.  I have tried using iPhoto Library Manager, I have started a new Library and downloaded pics which works fine.  I have tried to reopen the old Library, but it just hangs.  I ha

  • Pop-up window to display error message

    hi all, how can i show error messages in pop-up window keeping its status as 'e'? plz help. rgds, avijit

  • ITunes 9.0.2 Unable to place podcasts in a playlist in custom order

    In previous versions of iTunes it was possible to arrange podcasts in a playlist in the order in which I wished to listen by dragging and dropping items into the desired order in list view. This disappeared in iTunes 9 but it was still possible using