Cannot find Alfresco Repository on this server.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2020 06:11 AM
I have used the alfresco documentation to install the Community edition, using this link https://docs.alfresco.com/community/tasks/alf-war-install.html
However, as i have set up everything, i get the "Cannot find Alfresco Repository on this server. (Does this application have access to alfresco-global.properties? Does this application have cross-context permissions?)"
I have just been following the documentation so everything is set to default values
Any Solutions?
Many Thanks
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2020 06:50 AM
Hi @Bilal_MB & welcome to Alfresco!
Can you post your alfresco-global.properties here?
Thanks,
Problem solved? Click Accept as Solution!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2020 07:13 AM
#
# Set this property unless you have explicitly chosen to expose some repository APIs without authentication
solr.secureComms=https
#
# Custom content and index data location
#
dir.root=/srv/alfresco/alf_data
dir.keystore=${dir.root}/keystore
#
# Sample database connection properties
db.name=alfresco
db.username=alfresco
db.password=alfresco
db.host=localhost
db.port=5432
#
# Choose DB connection properties for your database, e.g. for PostgreSQL
#
db.driver=org.postgresql.Driver
db.url=jdbcostgresql://localhost:5432/alfresco
#
# URL Generation Parameters (The ${localname} token is replaced by the local server name)
#-------------
alfresco.context=alfresco
alfresco.host=${localname}
alfresco.port=8080
alfresco.protocol=http
share.context=share
share.host=${localname}
share.port=8080
share.protocol=http
index.subsystem.name=solr6
solr.secureComms=none
solr.port=8983
Hi @EddieMay,
I have added the alfresco-global.properties above, I have used the default values that were set in the WAR install documentation, link below
https://docs.alfresco.com/community/tasks/alf-war-install.html
