Author: kien_nguyen
Date: 2011-10-24 06:54:58 -0400 (Mon, 24 Oct 2011)
New Revision: 7847
Modified:
portal/trunk/gadgets/server/src/main/webapp/containers/default/container.js
Log:
GTNPORTAL-2204 Coorect social functionality configuration in container.js file
Modified: portal/trunk/gadgets/server/src/main/webapp/containers/default/container.js
===================================================================
--- portal/trunk/gadgets/server/src/main/webapp/containers/default/container.js 2011-10-24
10:15:29 UTC (rev 7846)
+++ portal/trunk/gadgets/server/src/main/webapp/containers/default/container.js 2011-10-24
10:54:58 UTC (rev 7847)
@@ -94,7 +94,7 @@
// Config param to load Opensocial data for social
// preloads in data pipelining. %host% will be
// substituted with the current host.
-"gadgets.osDataUri" : "http://%host%/rpc",
+"gadgets.osDataUri" : "http://%host%/social/rpc",
"gadgets.signingKeyFile" : "oauthkey.pem",
"gadgets.signingKeyName" : "exokey",
@@ -240,9 +240,9 @@
"opensocial" : {
// Path to fetch opensocial data from
// Must be on the same domain as the gadget rendering server
- "path" : "http://%host%/rpc",
+ "path" : "http://%host%/social/rpc",
// Path to issue invalidate calls
- "invalidatePath" : "http://%host%/rpc",
+ "invalidatePath" : "http://%host%/social/rpc",
"domain" : "shindig",
"enableCaja" : false,
"supportedFields" : {
@@ -270,7 +270,7 @@
},
"osapi" : {
// The endpoints to query for available JSONRPC/REST services
- "endPoints" : [ "http://%host%/rpc" ]
+ "endPoints" : [ "http://%host%/social/rpc" ]
},
"osml": {
// OSML library resource. Can be set to null or the empty string to disable OSML
Show replies by date