Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 6.1.0 CE GA1, 6.1.10 EE GA1, 6.2.0 CE M2
-
Fix Version/s: 6.1.20 EE GA2, --Sprint 11/12, 6.2.0 CE M2
-
Component/s: WCM, WCM > Staging
-
Labels:
-
Branch Version/s:6.1.x
-
Backported to Branch:Committed
-
Similar Issues:
Description
1. Add portal.ctx=/web to your portal-ext.properties on your source server and restart
2. Create a new site on your source server and add at least one page to it
3. Add portal.ctx=/web to your portal-ext.properties on your target server and restart
4. Create a new site on your target server
5. Go into Site Settings on your source server and configure remote publishing
6. Make a changing to your staging site on the source server.
7. Try to publish to remote live from the source server.
Observe:
23:51:24,573 ERROR [GroupServiceHttp:230] com.liferay.portal.kernel.exception.SystemException: java.io.FileNotFoundException: http://localhost:8080/api/secure/liferay/do
Issue Links
- causes
-
LPS-28408
Go to Remote Live link is broken.
-

Because we no longer use /tunnel-web for the tunnel servlet filter url, the remote staging needs to know what context path the target server is using.
Before /tunnel-web removed:
Current:
After fix (configurable target server path context):