cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to connect to repository after changing port number

joselor
Champ in-the-making
Champ in-the-making
Hi there!

After changing alfresco  default port number 8080 to 80  in (Tomcat: server.xml ). I started getting the following log:

WARN : org.alfresco.wcm.client.util.impl.GuestSessionFactoryImpl - WQS unable to connect to repository: Cannot access http://127.0.0.1:8080/alfresco/service/cmis: Connection refused: connect

Additionally, after changing the port number  I am not longer able to log in using alfresco Share.  Alfresco web client works fine though!

Any advice will be appreciate!

Cheers,

Jose
2 REPLIES 2

mikeh
Star Contributor
Star Contributor

davik5
Champ in-the-making
Champ in-the-making
Hi there!

After changing alfresco  default port number 8080 to 80  in (Tomcat: server.xml ). I started getting the following log:

WARN : org.alfresco.wcm.client.util.impl.GuestSessionFactoryImpl - WQS unable to connect to repository: Cannot access http://127.0.0.1:8080/alfresco/service/cmis: Connection refused: connect

Additionally, after changing the port number  I am not longer able to log in using alfresco Share.  Alfresco web client works fine though!

Any advice will be appreciate!

Cheers,

Jose


hi,
This is the file that you have to change: ./tomcat/shared/classes/alfresco/extension/wqsapi-custom.properties
     wcmqs.api.alfresco=http://127.0.0.1:8080/alfresco   to   wcmqs.api.alfresco=http://127.0.0.1:80/alfresco

and check also these:
./tomcat/webapps/wcmqs/WEB-INF/classes/alfresco/extension/wqsapi-custom.properties
./tomcat/webapps/share/WEB-INF/classes/alfresco/share-cmis-config.xml
tomcat/webapps/wcmqs/WEB-INF/classes/alfresco/wcmqs-api.properties


bye