Hi team,
I am not able to connect to remote aem repository,I am getting this exception.
Exception Unable to access a repository with the following settings:
org.apache.jackrabbit.repository.uri: http:.//localhost:4503/crx/server
The following RepositoryFactory classes were consulted:
Perhaps the repository you are trying to access is not available at the moment
I have added the below dependencies, but still getting the same exception,
<
dependencies
>
<
dependency
>
<
groupId
>javax.jcr</
groupId
>
<
artifactId
>jcr</
artifactId
>
<
version
>2.0</
version
>
</
dependency
>
<
dependency
>
<
groupId
>org.apache.jackrabbit</
groupId
>
<
artifactId
>jackrabbit-jcr2dav</
artifactId
>
<
version
>2.4.0</
version
>
</
dependency
>
<
dependency
>
<
groupId
>org.slf4j</
groupId
>
<
artifactId
>slf4j-api</
artifactId
>
<
version
>1.7.5</
version
>
</
dependency
>
</
dependencies
>
Can anyone please help me out in finding a way to connect to remote aem repository using java
Thanks