Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: How can I persist my Data

  1. #11
    Join Date
    Apr 2010
    Posts
    20

    Smile problem solved

    logged in to the running instance

    Code:
    ssh -i /home/peter/Downloads/amazon/cloudfoundry_eu-west-1.pem root@ec2-79-125-43-177.eu-west-1.compute.amazonaws.com
    changed to /vol and gave write permission to all by

    Code:
    chmod a+w mitglieder.yap

  2. #12
    Join Date
    Apr 2010
    Posts
    20

    Wink correcture: db4o workaround not needed

    Hi,

    there is no need for a workaround using db4o (my fault, sorry for that). I already revoked my post in db4o forum.
    In my solution I directly persist on a db4o file outside the webRoot directory. no copying out and in needed.

    peter

  3. #13
    Join Date
    Oct 2010
    Posts
    10

    Default How to change the Application Server Startup Script for a deployed app

    How do I change the startup script or the apache initialization script for an already deployed application?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •