cancel
Showing results for 
Search instead for 
Did you mean: 

Default username and password for Alfresco Eclipse Maven project

qingl97
Champ in-the-making
Champ in-the-making
Hi,

I am developing an AMP project using alfresco archetype allinone of version 2.0.0 with Alfresco enterprise edition 5.0.0.3.

After following the steps indicated by the link http://docs.alfresco.com/5.0/tasks/alfresco-sdk-rad-eclipse-aio-project.html, I configured the pom.xml to allow access to the enterprise artifacts. The port I assigned to the embedded Tomcat server of tomcat7-maven-plugin is 9090, because the port 8080 is already been used by other process.
I do: mvn install -Prun,enterprise in eclipse then the project start running.
The problem is that I can't login to http://localhost:9090/share/ with the username 'admin' and password 'alfresco'.
But I can access http://localhost:8080/alfresco/ and login to http://localhost:9090/alfresco/s/index with that username and password successfully.

Any ideas about the approche to solve this problem?
2 REPLIES 2

douglascrp
World-Class Innovator
World-Class Innovator
You have to change the ports Share uses to connect to Alfresco, since you changed the default to 9090.

Everything you need is described here http://docs.alfresco.com/5.0/tasks/share-change-port.html

qingl97
Champ in-the-making
Champ in-the-making
Thanks for the information.

I checked the configuration guide at that link and that's really the problem.

Solved after I changed the port number manually in tomcat\shared\classes\alfresco\web-extension\share-config-custom.xml
Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.