cancel
Showing results for 
Search instead for 
Did you mean: 

Modify Alfresco external URL

fdezzei
Champ in-the-making
Champ in-the-making

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

2 REPLIES 2

afaust
Legendary Innovator
Legendary Innovator

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.

jpotts
World-Class Innovator
World-Class Innovator

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:

opencmis.context.override=false
opencmis.context.value=
opencmis.servletpath.override=false
opencmis.servletpath.value=
opencmis.server.override=true
opencmis.server.value=http://your-fqdn-goes-here