My Oracle Support Banner

Internet Explorer Cannot Display The Web page When Calling / Or /xmlpserver/ (Doc ID 1644998.1)

Last updated on FEBRUARY 13, 2024

Applies to:

Oracle Containers for J2EE - Version 10.1.3.1.0 and later
Information in this document applies to any platform.

Symptoms

When accessing the http://host:port/xmlpserver, it returns the following error in IE:

"Cannot Display The Webpage"

The issue can be reproduced at will with the following steps:
1. Start OC4J :  % java -jar oc4j.jar <options>

2. Call URLs from IE browser:

      http://hostname:port/

      http://hostname:port/xmlpserver

3.  The container shows the process is started successful and there are no errors reported in logs.

Changes

Oracle recommended changes:

Edit oc4j_bi_home/j2ee/home/config/default-web-site.xml file

1) The following changes were made :-

 From :
<default-web-app application="default" name="defaultWebApp"/>

 To :
<default-web-app application="default" name="defaultWebApp" access-log="true"/>


 From :
<web-app application="xmlpserver" name="xmlpserver" load-on-startup="true" root="/xmlpserver"/>

 To :
<web-app application="xmlpserver" name="xmlpserver" load-on-startup="true" root="/xmlpserver" access-log="true"/> 

2) Restart the services

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.