laptop and a wrench

Bug

Web application created with ArcGIS Server Manager does not run under Websphere 6.1.

Last Published: August 25, 2014 No Product Found
Bug ID Number NIM010088
SubmittedJuly 2, 2007
Last ModifiedApril 2, 2025
Applies toNo Product Found
Version found9.2
Program languageJava
Version Fixed9.3
StatusFixed

Description

When creating a Web application with ArcGIS Server Manager using Websphere, the map does not display. This does not occur when working with the same application with Apache Tomcat.

Cause

If the default theme is selected when creating a Web mapping application in ArcGIS Server Manager, the following line is added to mapviewer.jsp:

<link rel="stylesheet" href="themes/.css" type="text/css" media="screen" />

"themes/.css" does not exist, so this line fails during Websphere's validation. Apache Tomcat ignores this error, so the same Web mapping application works in Apache Tomcat.

Workaround

This problem is fixed by modifying the mapviewer.jsp file.

  1. Open mapviewer.jsp in a text editor, such as Notepad.
  2. Find the line

    Code:
    <link rel="stylesheet" href="themes/.css" type="text/css" media="screen" />


  3. Change '.css' to 'blue2.css', which is the .css file for the default theme.

Steps to Reproduce

Bug ID: NIM010088

Software:

  • No Product Found

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options