Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 6.1.0 CE RC1
-
Fix Version/s: --Sprint 12/11, 6.1.0 CE RC1
-
Component/s: Theme Dev
-
Labels:
-
Environment:websphere
-
Branch Version/s:6.0.x
-
Backported to Branch:Committed
-
Similar Issues:
Description
When deployed to websphere (or maybe to other app servers as well), calling any page will result with a blank page.
This happens because websphere sets the display name (aka context name) for the portal from the war name. Usually (on Tomcat), display name is null. On websphere, every application in cell must have a unique context name.
The root of the problem is in ThemeHelper, where servletContextName is being appended every time.

So we will use servlet context name only when ctx path != portal ctx path