
Prod
Get flash to fully experience Pearltrees
Deploy a Java Web Application that launches with Jetty Runner
Create a Java Web Application using Embedded Tomcat
AWS Elastic Beanstalk
AWS Elastic Beanstalk est une manière encore plus facile pour vous de rapidement déployer et gérer des applications sur le nuage AWS. Vous téléchargez simplement votre application, et Elastic Beanstalk s'occupe automatiquement des détails du déploiement que sont la mise en service de capacité, la répartition de charge, l'auto-scaling et la surveillance de l'état de l'application. En même temps, les développeurs Elastic Beanstalk gardent le contrôle complet sur les ressources AWS alimentant leur application et peuvent accéder aux ressources sous-jacentes à tout moment.Getting started with Amazon's Elastic Compute Cloud (EC2) and the Bitnami Tomcat Stack
My next couple of blog posts will detail my experiences thus far with Amazon's Elastic Computing Cloud (Amazon EC2) and the Bitnami TomcatStack Amazon Machine Image ( AMI ). Choosing Amazon's EC2 In the past, I have typically deployed my Java applications within a company intranet or extranet. However, my current project needs to be publicly accessible and it's up to me to choose a suitable and ultra-affordable web hosting provider. My hosting requirements are fairly simple. I want to deploy my application on Apache Tomcat using a MySQL database and several popular Java frameworks including Hibernate, Struts 2, and eventually Spring.As you may know, by the 1st November of 2010, Amazon launched Free Tier for new users to getting help started with some of their services. The best things in life are for free , I used to speak, so I decided to try it. I am working on smaller Java web application, which is based on Spring 3 and I need some (free) service for hosting my application on a public web. My app needs relational database for persisting data, and access to filesystem for file storage, where file size counts up to hundreds of megabytes. In the beginning I was curious, if 613 MB of memory will be enough for my web app.

