Hello,
i need to modify the external link of Alfresco.
Actually is reachable from an external network using the following link:
my_public_ip:8080/alfresco
Is it possible to change the "my_public_ip:8080" to something i decide, like my FQDN ?
Thanks in advance
Sure - you just need to have a domain name assigned to that IP, and you should be good to go. In order to avoid the non-standard / technical port 8080, it is common to put a web server in front of Alfresco as a proxy, so you can use ports 80/443 (SSL). Technically speaking though, you could configure the Alfresco Tomcat to bind to port 80, but that requires running the process as root on Linux, which is not recommended for security reasons.
Don't forget to change alfresco.host, alfresco.port, share.host, and share.port in alfresco-global.properties so that Alfresco will build the proper URLs.
If you are connecting via CMIS you may also have to set some of the opencmis properties, like this:
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.