문제

I added the gmail smtp configuration to the alfresco share. Whenever I created a new site. Whenever I invite someone a url is sent to the corresponding person but the url which is send is the problem. It is sending the local address which when clicked by the user in different computer will take to his localhost instead of alfresco share.

the pic is shown below

How to change this url. I am using alfresco share 4.2e,CE.

도움이 되었습니까?

해결책

You need to set the properties of Alfresco's sysAdmin subsystem in your alfresco-global.properties: http://docs.alfresco.com/4.2/topic/com.alfresco.enterprise.doc/concepts/sysadmin-subsystem-props.html

e.g.:

share.host=myalfresco
share.port=80

다른 팁

Edit the file alfresco-global.properties

  • In Linux

    • /opt/alfresco-5.1/tomcat/shared/classes/alfresco-global.properties
  • In Windows

    • C:\alfresco-community\tomcat\shared\classes\alfresco-global.properties

Change 127.0.0.1 for ip address or hostname (for Share context only)

share.context=share
share.host=127.0.0.1
share.port=8080
share.protocol=http

Restart service alfresco

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top