Sorry, totally newb here.

What is the endpoint URL of the Alfresco web service? The default is:

http://localhost:8080/alfresco/api

Which points to the My Company directory in the browser. How would I change this if I want it to point to My Company/subdir?

Thanks!

Comments

smartinm’s picture

Status: Active » Postponed

The endpoint URL is the location for accessing a Alfresco Web Service, usually corresponds to the URL where you can access Alfresco via Web.

There is no setting to change the browser home path. A quick and dirty way do to it is modify the following code in alfresco_browser.module:

define('ALFRESCO_BROWSER_HOME', 'app:company_home');
smartinm’s picture

Title: What is an "endpoint URL of the Alfresco web service"? » Allow to set the home path in the alfresco browser
smartinm’s picture

Status: Postponed » Fixed

Added configurable home space and page size on alfresco-6.x-1.1 (admin/settings/alfresco/browser).

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.