cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with installation into the Jelatic.com Cloud

achechet
Champ in-the-making
Champ in-the-making
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?

4 REPLIES 4

achechet
Champ in-the-making
Champ in-the-making
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

achechet
Champ in-the-making
Champ in-the-making
I have tried to put this configuration in share-config.xml:
   <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.

achechet
Champ in-the-making
Champ in-the-making
I try solution to place share-config-custom.xml, but again without success:
<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! :-)))

achechet
Champ in-the-making
Champ in-the-making
The solution is very simple - just rename item deploing as ROOT to alfresco