BUG
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.
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.
Code:
<link rel="stylesheet" href="themes/.css" type="text/css" media="screen" />
Article ID: 000009573
Get help from ArcGIS experts
Download the Esri Support App