Problem with installation into the Jelatic.com Cloud
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2014 12:56 PM
I have succesfully deploy alfresco.war (Alfresco Community edition 4.2.f) to Tomcat & MySQL. But…
<!–break–>
I have followed the instruction from Jelatic.
Alfresco can start with explorer.
But with deploing share.war I recieved some trouble.
I cannot login with any combination of default login/password.
As far as I understand I have to configure share to find alfresco(repository)
My question is HOW & WHERE?
<!–break–>
I have followed the instruction from Jelatic.
Alfresco can start with explorer.
But with deploing share.war I recieved some trouble.
I cannot login with any combination of default login/password.
As far as I understand I have to configure share to find alfresco(repository)
My question is HOW & WHERE?
Labels:
- Labels:
-
Archive
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2014 06:27 AM
I have found this part of documentation:
http://docs.alfresco.com/4.2/tasks/share-tomcat-deploy.html
May be it strange but I do not have share-config.xml.sample
http://docs.alfresco.com/4.2/tasks/share-tomcat-deploy.html
May be it strange but I do not have share-config.xml.sample
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2014 09:53 AM
I have tried to put this configuration in share-config.xml:
restart tomcat.
But without success.
<config evaluator="string-compare" condition="Replication"> <share-urls> <!– To discover a Repository Id, browse to the remote server's CMIS landing page at: http://{server}:{port}/alfresco/service/cmis/index.html The Repository Id field is found under the "CMIS Repository Information" expandable panel. Example config entry: <share-url repositoryId="622f9533-2a1e-48fe-af4e-ee9e41667ea4">http://new-york-office/share/</share-url> –> <share-url repositoryId="my_repo_id_from_CMISe">http://alfresco.jelastic.regruhosting.ru/share/</share-url> </share-urls> </config>
restart tomcat.
But without success.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2014 02:01 AM
I try solution to place share-config-custom.xml, but again without success:
May be somebody can help me? Al least with the words - Hey, hey goodboy! Swim forward! :-)))
<alfresco-config> <!– Repository Library config section –> <config evaluator="string-compare" condition="RepositoryLibrary" replace="true"> <!– Whether the link to the Repository Library appears in the header component or not. –> <visible>true</visible> </config> <config evaluator="string-compare" condition="Remote"> <remote> <endpoint> <id>alfresco-noauth</id> <name>Alfresco - unauthenticated access</name> <description>Access to Alfresco Repository WebScripts that do not require authentication</description> <connector-id>alfresco</connector-id> <endpoint-url>http://alfresco.jelastic.regruhosting.ru/SHARE</endpoint-url> <identity>none</identity> </endpoint> <endpoint> <id>alfresco</id> <name>Alfresco - user access</name> <description>Access to Alfresco Repository WebScripts that require user authentication</description> <connector-id>alfresco</connector-id> <endpoint-url>http://alfresco.jelastic.regruhosting.ru/SHARE</endpoint-url> <identity>user</identity> </endpoint> <endpoint> <id>alfresco-feed</id> <name>Alfresco Feed</name> <description>Alfresco Feed - supports basic HTTP authentication via the EndPointProxyServlet</description> <connector-id>http</connector-id> <endpoint-url>http://alfresco.jelastic.regruhosting.ru/SHARE</endpoint-url> <basic-auth>true</basic-auth> <identity>user</identity> </endpoint> <endpoint> <id>activiti-admin</id> <name>Activiti Admin UI - user access</name> <description>Access to Activiti Admin UI, that requires user authentication</description> <connector-id>activiti-admin-connector</connector-id> <endpoint-url>http://alfresco.jelastic.regruhosting.ru/activiti-admin</endpoint-url> <identity>user</identity> </endpoint> </remote> </config>
May be somebody can help me? Al least with the words - Hey, hey goodboy! Swim forward! :-)))
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2014 11:54 AM
The solution is very simple - just rename item deploing as ROOT to alfresco
