Code Monkey home page Code Monkey logo

Comments (4)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 12, 2024
i inserted the accesKey, secretKey and bucketName in the file:
/opt/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/module/cloudstore/module-c
ontext.xml
that way:
   <!--  S3 Caching Content Store -->
   <bean id="s3ContentStore" class="org.alfresco.repo.content.cloudstore.S3ContentStore">
      <constructor-arg>
         <value>12345ABCD1234ABCD</value>
      </constructor-arg>
          <constructor-arg>
         <value>XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX</value>
      </constructor-arg>
          <constructor-arg>
         <value>alfs3bucketsample</value>
      </constructor-arg>
   </bean>

I am pretty sure it's a wrong way to put the value directly in that file but it 
resolves the first issue, if someone has a better solution, pls tell me.

I still have the second issue, so it answer to one of my question, the second 
issue did not depend of the first one :)

Thanks to spent some times on my issue!


Original comment by [email protected] on 11 Sep 2013 at 2:13

from alfresco-cloud-store.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 12, 2024
i didn't find the package org.alfresco on my server so i did a

svn checkout 
http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/COMMUNITYTAGS/V4.0b/
root/projects/repository/source/java/org/alfresco/

in my /opt/tomcat/webapps/alfresco/WEB-INF/classes/org folder. It keeps not 
working, i copy past that new package alfresco in my all "org" folder in the 
tomcat folder. i found 8 folder. It keeps not working. Then i thought, oh there 
.java file, they need to be compiled, so i tried this line command in my 
org/alfresco folder:

find ./alfresco -name "*.java" -exec javac {} \;

but i have too many error of compilation... like 20 per file. I don't know what 
to do now, pls help.

Original comment by [email protected] on 11 Sep 2013 at 4:15

from alfresco-cloud-store.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 12, 2024
i restart a nex install with new config and it works well!

this post can be delete.

Original comment by [email protected] on 16 Sep 2013 at 3:43

from alfresco-cloud-store.

douglascrp avatar douglascrp commented on June 12, 2024

Closing

from alfresco-cloud-store.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.