Alfresco / alfresco-sdk

The Alfresco In-Process SDK is based on Apache Maven, includes support for rapid and standard development, testing, packaging, versioning and release of your Alfresco integration and extension projects
Apache License 2.0
185 stars 113 forks source link

Look for custom java system property for alfresco location #510

Closed jlosornogil closed 5 years ago

jlosornogil commented 5 years ago

Modify the Alfresco RAD module to check for the java system property acs.endpoint.path as an alternative for the default location of alfresco which is http://localhost:8080/alfresco.

This is useful to avoid connection refuse when starting ACS 6 as a container in a windows machine with Docker Toolbox, which exposes the containers through a custom IP instead of localhost.