Download PDF
Simplified URL in EnterpriseOne using Document Root
Executive Summary
JD Edwards Java Application Server (JAS) requires a default document be opened by the web server to start the ERP HTML application. This file is named index.html and is located in
C:\Program Files\JDEdwards\JAS\EA_JDEdwards.ear\webclient.war\owhtml
The use of the Alias /jde in httpd.conf maps the URL path “/jde” to the local file path “c:/Program Files/JDEdwards/JAS/EA_JDEdwards.ear/webclient.war” so that when a user adds /jde to the http://dnsame.domain.com portion of the URL, the web server will return the contents of this path. If this local file path contains a file that matches the DirectoryIndex directive (typically index.html), that file will open automatically. If the path does not contain an index.html a directory listing will be presented in the browser (if allowed to do so by the Options Indexes directive).
Abstract
The purpose of this paper is to describe the methods used to create a simplified URL in EnterpriseOne to ease the burden on end users accessing the EnterpriseOne web system.
Step-by-step instructions, including screen captures detailing the setup are included to enable the EnterpriseOne system administrator to easily configure their web system to utilize a proper URL that leads to a page that will automatically launch the EntepriseOne HTML login.
Total Pages - 15
