cancel
Showing results for 
Search instead for 
Did you mean: 

How to change alfresco URL

mdubois
Confirmed Champ
Confirmed Champ

Hi,

I just got my Alfresco and I want to change url.

Today, if I want to go on Share in Alfresco I need this address : localhost:8080/share

But I want to use this : Alfresco/

I think I don't just need to rename alfresco.war

Thk a lot

2 REPLIES 2

abhinavmishra14
World-Class Innovator
World-Class Innovator

alfresco.war gets the context path of 'alfresco' and share.war gets the context path of 'share'. These are two different applications and can be deployed independent of each other. You can not run two applications with same context path

I you want to login to alfresco use: http://localhost:8080/alfresco

I you want to login to share use: http://localhost:8080/share

~Abhinav
(ACSCE, AWS SAA, Azure Admin)

mdubois
Confirmed Champ
Confirmed Champ

Yes I understand but can I just change Share path to just have to write /Share in URL ?