Configuring the Web Client (Tools Release 9.2.9)

Prior to Tools Release 9.2.9, EnterpriseOne connected to an Application Server such as WebLogic or WebSphere installed on the Development Client computer to run the Web Client in a browser. With Tools Release 9.2.9, EnterpriseOne connects to a remote Application Server (such as, WebLogic or WebSphere) installed on a separate server known as a Development HTML Server.

The information needed to connect to this Development HTML Server is configured by your EnterpriseOne administrator in the jde.ini on the Deployment Server. This jde.ini is copied to your Development Client machine during installation of the EnterpriseOne Development Client software. Additional information is written to your machine's registry.

If you need to update the connection information in the C:\Windows\jde.ini, update these values in the [LOCALWEB] section:
Key Value Comments

webhostname

<Development HTML Server's name> Fully qualified name (includes domain) or IP address of Development HTML Server. If useSSL (seen below) is 1, then the server name must exactly match the name on the web browser’s SSL certificate.
webport <Development HTML Server's port> Port number on which Development HTML Server listens.
useSSL 1 or 0

1 or 0 1 = webport value is an https port

0 = webport value is an http port

If this setting is omitted, the default value is 1.