|
Was the above article useful? If yes, we have more content for you! Check out other articles written by Excelsior staff members: |
Cat in the Cloud: Apache Tomcat in Amazon EC2Part I - The BasicsLast update: 17-Nov-2011 This article is part of a step-by-step guide for Java Web application developers wanting to get their feet wet in the Amazon cloud. If you are not totally new to Amazon EC2, you may wish to either skip the first section or go straight to: Part II - Taking control over your Java stack Creating an Amazon EC2 Instance
Installing Java
The Amazon Linux AMI has a JRE preinstalled and the
You may notice that this is an OpenJDK build. Do not let the Java version string fool you, though — as of Nov 1st, 2011 it has the latest security patches, albeit nearly two weeks after Oracle released the official Java SE 6u29 binaries that address the same security issues. If you want to develop in the cloud or need to run Tomcat in debug mode, install the full JDK:
Refer to the follow-up article for instructions on installing Oracle Java. Installing Tomcat From The Official Repo
Summary
As you can see, installing Tomcat from the official Amazon Linux repo
is a breeze, with all the housekeeping taken care of:
binaries, config files, and user data are distributed nicely
among There are just two problems:
In the follow-up articles, we'll discuss how to install your preferred versions of Java and Tomcat, advanced configuration topics, and the protection of your Web applications.
|
|
|
Home | Company | Products | Services | Resources | Blog | Contact Store | Downloads | Support | Forum | Blog | Sitemap © 1999-2011 Excelsior LLC. All Rights Reserved. |