Setting for the HTML server 8.96

ashtest

Member
Hi All,

I am trying to install the HTML server 8.96, so that I can connect to the JD Edwards software from anywhere. The installation went through fine.

After install when I go to the URL: http://localhost:7777/JDE. I dont see anything, only a blank page shows up.

Please can anyone list out the required settings for the HTML server, as far as INI file entries are concerned? for example, what should the entries in JAS.ini and etc.

Looks like I am missing some evironment settings.

Or If someone can point to an installation document that would be helpful too?

Thanks in advance.
 
Hi,

Have you strictly followed the installation manual?
It gives clear examples on how to setup your JAS.INI,
JDBJ.INI, HTTPD.CONF, etc...
I see two potential problems :

1. The correct address is

http://servername:7777/jde/owhtml

You forgot the /owhtml part, and you should connect to
the machine server name instead of localhost, that's
how it's configured on the httpd.conf file.

I'd also try connectivity from a Web Client, like regular
users will do; that may help you to identify client
connectivity issues (such as firewall settings).
 
Did you start your services. I am not sure you are using Websphere or OAS. If it is websphere start the services from command prompt (if you opted for manual while installing websphere) or from the services.

If it is OAS start the services from Manager console.
 
Back
Top