cancel
Showing results for 
Search instead for 
Did you mean: 

How to find remote stores

drbaz
Champ in-the-making
Champ in-the-making
Just one last question before the weekend.

I have my apps running on my Alfresco server, and I can run the examples ( well most of them !)

The examples only return the stores from the locla server. How do I return teh stores from a remote server ?
1 REPLY 1

rwetherall
Confirmed Champ
Confirmed Champ
Hi,

You will need to change the URL's found in the various generated ServiceLocators for the services.

For example:

private java.lang.String AuthenticationService_address = "http://localhost:8080/alfresco/api/AuthenticationService";

Will need to be changed in the Authentication Service Locator to the location of the remote repository.

Clearly we need to think how this can be changed using some simple config.

Hope this helps,
roy