Posts under ‘Cloud Computing’

Full Weblogic Load-Balancing in EC2 with Amazon ELB

This is the latest post in the series on deploying a Weblogic cluster in Amazon EC2. Previous posts have shown how to create and configure a weblogic cluster using either standard Amazon EC2 images or RightScale ServerTemplates and RightScripts. In the first post in the series, I explained how to deploy a load-balanced two-node Weblogic [...]

Using RightScripts to create a Weblogic cluster in Amazon EC2

In my previous post, I described how to set up a Weblogic cluster in Amazon EC2 using the Oracle-supplied Amazon AMI image. In this post, I will describe how to create a cluster using RightScripts, an alternative technology offered by RightScale. In Amazon EC2, you work on an AMI – installing software, configuring – until [...]

Setting up a load-balanced Oracle Weblogic cluster in Amazon EC2

Oracle recently made available a set of AMI images suitable for use with the Amazon EC2 cloud computing platform. I found the two images (32-bit and 64-bit) that contain Weblogic (along with Oracle Enterprise Linux 5 and JRockit) the most interesting of the lot. This article will explain how to set up a basic two-node [...]

Configuring Oracle ASM On Amazon EC2

As part of the work we did for running Astrometric Processing on Amazon EC2, we needed to configure an instance of Oracle Enterprise 11g using ASM (Automated Storage Management) The steps in this post are based on the Oracle supplied AMI ami-7ecb2f17 which includes Oracle 11g 11.06 Enterprise Edition 64bit. You can use the EC2 [...]

Java HelloWorld @ the Cloud with Amazon EC2

This post is about how to run a simple java application installed in one of your Amazon AMI’s Thanks to the GridGain guys who inspired me when I read this page about running GridGain in Amazon EC2 I am going to assume that you know how to create an Amazon AMI. For information on how [...]