Amazon EC2
Veröffentlicht von Edmund Haselwanter am Montag, August 11, 2008
made my way through the deployment of webapp (tomcat 6) on Amazon EC2 the very famous webservice products from Amazon.checkout the amazon EC2 tutorial on youtube
Das könnte Dich auch interessieren:
Rund um den Amazon EC2 Service
I've collected some useful information about cloud computing/amazon EC2 on the web
EC2 Deployment einfach gemacht: Capistrano und Capazon
Capistrano is a tool for deploying and managing remote servers. Its origin is (ruby based;-) on deploying rails applications.
Interessante EC2 AMI Images
I believe in not inventing the wheel;-) That's another incarnation of DRY ... So a good starting point for AMI images are the ones of Rightscale.
HAProxy: der High-Availability Load Balancer mit Failover und Session Support
HAProxy seems very promising as a production use software loadbalancer. The only drawback with this solution is that one still has to use some extra piece of middleware to terminate a ssl session (stunnel, apache).
Poolparty, ein interessantes Projekt für Autoskaliertes Cloud Computing
Poolparty is a very interesting project. It promises easy cloud computing with Amazon EC2. The project undergoes a heavy rewrite of its core, so we ought to stay tuned :-)
Das Amazon Elastic Block Store (EBS) Service
There is a new kid on the block: Amazon Elastic Block Store
Der Apache Webserver und Tomcat Virtuelle Hosts
Problem description: You want to server multiple web applications with one Tomcat instance. The brute force variant is to just "rewrite" or ProxyPass the request from e.g. www.myhost.com to the local tomcat with localhost:8080/myhost. But this...
Die automatisierte IT-Infrastruktur: Puppet, iClassify, und Capistrano
There is a new hype: cloud computing. Your web site traffic grows? Add a new application server. Want to increase availability? Add a new web server. Among others Amazon offers a whole bunch of infrastructure to support these needs. But it is not...
Wie man eine Amazon EC2 Instanz mit Puppet, iClassify und Capistrano bootstraped
Searching through github ( http://github.com/search?q=puppet) I came across a very similar approach on howto bootstrap EC2 images with capistrano puppet and iclassify. ec2-cap is build on top of the Rightscale Amazon EC2 gem...
Das Tomcat Character Encoding auf UTF-8 stellen
As with EVERY project sooner or later I encounter character encoding problems. This time everything seemed to be ok. UTF-8 settings everywhere I can think of. Did I miss something?
Thoughtworks Cruise 1.1 auf Centos 5.2 EC2 mit Github Projekten
In this blog post I will show how to launch a Centos 5.2 Amazon ami image, install Cruise 1.1 from Thoughtworks (also known as Cruise Control) and building a Java project, fetched from a github repository.
Verwende EBS auf einer Centos 5.2 EC2 Instanz und mach Backups auf S3
Create the volume and assign it to your instance Attach it to your Centos 5.2 instance yum install xfsprogs according to Thread: Debian Lenny and XFS causes kernel panic: Suggested Workaround mkfs.xfs -l version=1 /dev/sdh insert into /etc/fstab...
Fehler bei Tomcat: Too many open files
the symptom If tomcat just respondes with HTTP 500 and you find something like org.apache.tomcat.jni.Error: Too many open files at org.apache.tomcat.jni.Socket.accept(Native Method) at...

