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
Comment #1
smartinm commentedThe 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');Comment #2
smartinm commentedComment #3
smartinm commentedAdded configurable home space and page size on alfresco-6.x-1.1 (admin/settings/alfresco/browser).