Hi!.
I'm developing a J2EE application using the JCR API from Alfresco. All works fine when the application and the Alfresco installation were in the same machine.
But I have separated the J2EE into another virtual machine, so the alfresco installation and the J2EE are in separated machines.
When I run the application now I have this error:
Ensure that the property 'dir.root' is pointing to the correct location.
The dir.root ptoperty from the alfresco-global.properties file in my application is pointing the directory /opt/Alfresco/alf_data, it doesn't change, but maybe now because I don`t have the Alfresco installation in this machine it doesn´t work.
What can I do?, I have to use web services instead JCR API when the Alfresco instance is running in another machine?.
Please help, I'm really stuck!.
Thanks.