- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-23-2017 11:08 AM
Hello guys,
I installed Alfresco 5.2 community and now I can't access the Admin console.
According the documentation the URL for Admin console is: http://<your-host-name>:<alfresco-port>/alfresco/service/enterprise/admin
But when I access the url local like this: http://localhost:8080/alfresco/service/enterprise/admin the result is 404
Alfresco Web Script Status 404 - Not Found
The Web Script /alfresco/service/enterprise/admin has responded with a status of 404 - Not Found.
404 Description: Requested resource is not available.
Message: 02230064 Script url /enterprise/admin does not map to a Web Script.
Server: Community v5.2.0 (r135134-b14) schema 10,005
Time: Mar 23, 2017 12:07:02 PM
wht's the problem?
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-23-2017 03:19 PM
The Admin Console you are trying to access does not exist for Alfresco Community Edition. It is an Enterprise-only URL (which you can guess from the "enterprise" in the URL).
The Alfresco Community Edition Admin Console is accessible via the /alfresco/s/admin URL (or /alfresco/service/admin which is the "long form" variant)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-23-2017 03:19 PM
The Admin Console you are trying to access does not exist for Alfresco Community Edition. It is an Enterprise-only URL (which you can guess from the "enterprise" in the URL).
The Alfresco Community Edition Admin Console is accessible via the /alfresco/s/admin URL (or /alfresco/service/admin which is the "long form" variant)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-23-2017 04:33 PM
Thanks for quick reply.