Posted by drupal_newb on October 26, 2009 at 8:31pm
Jump to:
| Project: | Alfresco |
| Version: | 6.x-1.0 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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
#1
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');
#2
#3
Added configurable home space and page size on alfresco-6.x-1.1 (admin/settings/alfresco/browser).
#4
Automatically closed -- issue fixed for 2 weeks with no activity.