Se debe declarar la url interna del servidor para la conexión con O3 Portal y GeoServer en los archivo O3Server.properties y O3Web.properties, los cuales se encuentran en la raíz de la instalación.
Definición de la property en O3Server.properties
#GIS plugin gis.o3portal.url = http://localhost:${http.port}/o3web geoserver.url = http://${http.host}:${http.port}/j2ep/geoserver eportal.url = http://{localhost.name}:${liferay.port}/eportal
Definición de la property en O3Web.properties
#GIS gis.o3portal.url = http://localhost:8080/o3web geoserver.url = http://${o3.http.upload.host}:${o3.http.upload.port}/j2ep/geoserver