Details
-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 6.2.X EE, 7.0.0 M3
-
Component/s: Calendar
-
Environment:LIFERAY VERSION: 6.2 GA1
OPERATING SYSTEM: Red Hat Enterprise 6
APPLICATION SERVER: Tomcat 7.0
JAVA VIRTUAL MACHINE: JRocket JDK 6
DATABASE: MySQL 5.6
-
Branch Version/s:6.2.x
-
Backported to Branch:Committed
-
Story Points:4
-
Fix Priority:4
Description
Issue: Calendar Portlet Events do not display when Portal Context is changed from ROOT
Steps to Reproduce
1. Add portal.ctx=/portal in portal-ext.properties.
2. Change ROOT folder name to portal in bundle\webapps.
3. Change ROOT.xml name to portal.xml in bundle\conf\Catalina\localhost.
4. Change <Context path="" crossContext="true"> to <Context path="/portal" crossContext="true">.
5. Start server and go to localhost:8080/portal
6. Place the Calendar Portlet on a page
7. Create a new event in the Calendar Portlet for today
Expected Result: The event is created and displays in the Calendar Portlet
Actual Result: The event is created and does not display in the Calendar Portlet. But when I change the Portal Context back to ROOT, the event created in step 7 displays.