Internet Explorer cannot display the webpage

cody_bell

cody_bell

Active Member
Internet Explorer cannot display the webpage

(Windows 2008 R2 Standard, Websphere 6.1.0.35 and IHS 6.1.0.35.)

Has anyone come up against this before?

I can log into JAS only from the JAS server itself. If I try the url from a different machine I get " Internet Explorer cannot display the webpage" error.

Windows firewall is off and services disabled.
UAC is disabled.
Ran attrib -r -h -a /s over \WebSphere61 & \JDE_HOME.

I think it is Windows 2008 security related but I'm stumped.
 
Re: Internet Explorer cannot display the webpage

Turn off 'friendly http error messages' in IE.
http://support.microsoft.com/kb/218155
When troubleshooting browser issues, the actual status code is more informative.

Since the page displays from the server itself, this sounds like a connection issue.

Can you ping the URL from the other machine?
The server name may not be recognized.

Can you get any web page from that server to show on the different machine?
That verifies the basic http ports are open.

Have you tried just the domain part of the URL?
Instead of http://jde1.mycomp.com:123/jde/E1Menu.maf
try http://jde1.mycomp.com:123
or http://jde1.mycomp.com
If you are using specific ports for JDE, they need to be opened and listened to.
 
Re: Internet Explorer cannot display the webpage - SOLVED

I found the problem.
Solution is as follows...

\WebSphere61\IHS\conf\
Open scf_EAP_ESRV33_95.conf

Change Listen 95 to Listen 0.0.0.0:95
 
Back
Top