Default username and password for Alfresco Eclipse Maven project
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2015 12:23 PM
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?
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?
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2015 08:10 PM
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
Everything you need is described here http://docs.alfresco.com/5.0/tasks/share-change-port.html
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2015 08:51 AM
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
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
