JD Edwards EnterpriseOne Directory Structure for UNIX and Linux

This is a list of directories that are shipped on the UNIX and Linux JD Edwards EnterpriseOne Server Installation CD. They should be installed under the JD Edwards EnterpriseOne base directory; for example, install them in /u01/JDEdwards/E910. Indented names indicate subdirectories of the directories, which are not indented.

Directory

Description

pathcode

The main directory for the business function shared libraries, C header files, object files, source files, and specification (spec or TAM) files. Upon installation, this directory is copied to the correct path codes, such as PD910 and DV910. These subdirectories are included:

  • bin32/bin64 - Business function shared libraries.

  • Spec files - Binary data files in a JD Edwards proprietary format.

system

The main directory for the system-level executables, shared libraries, C header files, libraries, and localization files. These subdirectories are included:

  • bin32 - System-level executables, scripts, and log files such as jdenet_n.log and startstop.log.

  • classes - java.jar and jdelog.properties files.

  • include - System-level C header files.

  • includev - System-level C header files provided by third-party vendors, such as Vertex.

  • jde.ini - configure the jde.ini to point to the <Path to JVM library>

    [JDE JVM]

    InProcessJVMHome=<Path to JVM library>

    Below is the <Path to JVM library> by platform:

    Oracle LINUX

    <JAVA_INSTALL_HOME>/jre/lib/i386/server/libjvm.so

    Oracle Solaris

    <JAVA_INSTALL_HOME>/jre/lib/sparc/server/libjvm.so

    HP-UX Itanium

    <JAVA_INSTALL_HOME>/jre/lib/IA64N/server/libjvm.so

    IBM AIX

    <JAVA_INSTALL_HOME>/jre/lib/ppc/j9vm/libjvm.so

  • lib - System-level shared libraries and export files.

  • libv32 - System-level shared libraries provided by third-party vendors.

  • locale - icu locale configuration.

  • resource - PDF resource files.

  • Xts Repository - XML style sheets.

ini

The location of the JDE.INI file.

PrintQueue

The location to which all .PDF file outputs for reports are written.

log

The location to which the jde_xxx.log and jdedbug_xxx.log files are written.

packages

The server package installation base directory. Directories exist here only when a package has been installed. Under the package directory are subdirectories named for each package that has been installed. Located under each package are these directories:

  • bin32 - Business function shared libraries.

  • include - Business function header files.

  • obj - Business function object files. (These are divided among lower-level subdirectories that correspond to each shared library in the bin32 directory. Each subdirectory contains a link .log file for the link step of the BSFN build.)

  • source - Business function source files. (These are divided among lower-level subdirectories that correspond to each shared library in the bin32 directory.)

  • spec - Specification files. (These binary data files are in a JD Edwards proprietary format.)

SharedScripts

Location for Shell Scripts. Includes enterpriseone.sh script for configuring environment variables.