cancel
Showing results for 
Search instead for 
Did you mean: 

Application Server

german
Champ on-the-rise
Champ on-the-rise
Hi all.
I've created a simple Java application that makes upload documents on Alfresco.
I have also done a jar executable file that runs the program, and everything works perfectly locally.
My problem is to understand the program to talk to the server with a specific IP address, not with the local Server http://localhost:8080/alfresco/api.
I tried to change the server address in the file webserviceclient.properties and then all the files in the folder wsdl of Remote SDK used as a library but I can not interact with the server.
My aim is to use the program as a client that stores documents on the server.
If someone is able to explain easily as I do, thank him in advance.
Thanks.

Bye.

Germano
1 REPLY 1

german
Champ on-the-rise
Champ on-the-rise
I have solved the problem.
Distraction error, in order to run a program not locally but on a server, just change the parameter in the file webserviceclient.properties.

repository.location = http://IP_Address:8080/alfresco/api

Bye.