|
Search Release Notes
Browse Release Notes
|
OverviewCCF4XAP 2.3.7.9 minor version is focused on the following features:
Auto Delete EBS VolumeBy default any machine that is terminated, does not delete its attached EBS volumes. <cloud-config> <machines> <raw-machine> <ebs-new-volume-size>10</ebs-new-volume-size> <!-- Automatically delete EBS volume upon shutdown -->. <ebs-volume-auto-delete>true</ebs-volume-auto-delete> ... </raw-machine> </machines> Configure run machine retry attemptsCCF4XAP retries failed attempts to start a new EC2 machine instance (via the underlying Typica API retry mechanism). The <ec2-run-machines-request-max-retries> allows to set the number of retries. By default the number of retries is set to 5. <cloud-config> <ec2-run-machines-request-max-retries>5</ec2-run-machines-request-max-retries> ... </cloud-config> Javadoc APIThe public CCF4XAP API documentation could be found in the zip file under the docs\Javadoc folder. It allows starting and shutting down cloud applications from Java. |
Additional resources: XAP Application Server | XAP Data Grid | XAP for Cloud Computing | XAP J2EE Support
