Pravat Chandra Patra

Directory Editor Setup

Thursday Oct 12, 2006

http://ministop.japan.sun.com/twiki/bin/view/JES5/DE_setup


This is the case of deploying Directory Editor on Application Server 8.2(JES5 bundled).

    * 1. Download DE image(f.e. DE620006Q3.zip) and extract it.
    * 2. Install DE by install.sh, in 'C' locale with JDK 1.5
          o de.war is installed into the directory where you specified.
    * 3. Login AS admin console
    * 4. Go to Configurations->Server-config->JVM Settings at the left side.
    * 5. Click JVM Optons at right pane.
    * 6. Add this one, -Dde.home=AS_INSTANCE_DIR/de
          o f.e. for JES5 AS8.2 on Linux -Dde.home=/var/opt/sun/appserver/domains/domain1/applications/j2ee-modules/de
    * 7. Add the following lines into the file /var/opt/sun/appserver/domains/domain1/config/server.policy

grant codeBase "file:${de.home}/-" {
permission javax.security.auth.AuthPermission "getLoginConfiguration";
permission javax.security.auth.AuthPermission "setLoginConfiguration";
permission javax.security.auth.AuthPermission "createLoginContext.SunDirectoryLogin";
permission javax.security.auth.AuthPermission "modifyPrincipals";
permission java.lang.RuntimePermission  "createClassLoader";
};

    * 8. Deploy de.war
          o left menu -> Applications -> Web Applications -> Add, fill "de" as the app name and "de" as the relative path
    * 9. Restart two times AS in 'C' locale (6441350's workaround - See below)
    * 10. Goto http://HOST:8080/de -> You can see Startup properties page


[1] Comments
Like this post? del.icio.us | furl | slashdot | technorati | digg
Comments:

Have you ever experienced a Failure to connect from the Directory Editor to the LDAP Server ? I have ployed the DE on Sun App Server 8.1

I can't get the DE to provide valid credentials to my 6.3 LDAP instance.
Command line ldapsearch with -D credentials works fine from DE server to LDAP server.

Thanks, Jay

Posted by Jay Biddle on October 31, 2008 at 08:40 PM IST #

Post a Comment:
  • HTML Syntax: NOT allowed