cancel
Showing results for 
Search instead for 
Did you mean: 

Where to find shareUrl variable

EjikeAlfie
Confirmed Champ
Confirmed Champ

Good day Folks,

I would please like to know where to find the shareUrl variable, i.e., shareUrl = http://localhost:8080/share. I want to change this to shareUrl="another url link", so that the change dynamically takes effect everywhere.

Can someone provide me with the correct directions?

I look forward to your response.

@jpotts  @afaust 

Ejike

1 ACCEPTED ANSWER

LeoMattioli
Employee
Employee

From source code (link), it should use these params:

share.context=share
share.host=${localname}
share.port=8080
share.protocol=http

Best regards,


Leo Mattioli - Technical Account Manager @Hyland.

View answer in original post

5 REPLIES 5

ttoine
Community Manager Community Manager
Community Manager

Hello, this is not a best practice to ask the same question a second time and ping experts of the community, expecting that you deserve an answer from them. 

Did you ask your question on Discord too and got no answer?

Sorry for that. It would not happen again.

LeoMattioli
Employee
Employee

From source code (link), it should use these params:

share.context=share
share.host=${localname}
share.port=8080
share.protocol=http

Best regards,


Leo Mattioli - Technical Account Manager @Hyland.

Good day Leo,

Can I make these changes in the "alfresco-global.properties" file since the application is already installed, and restart the application for the changes to take effect?

Yes


Leo Mattioli - Technical Account Manager @Hyland.