码迷,mamicode.com
首页 > 其他好文 > 详细

AWS Elastic Beanstalk + Tomcat

时间:2014-05-06 13:56:32      阅读:428      评论:0      收藏:0      [点我收藏+]

标签:style   tar   ext   color   get   strong   

AWS - Amazon Web Services (AWS) - Cloud Computing Services

EC2 - Amazon Elastic Compute Cloud (EC2)

 Create First Application in Elastic Beanstalk

1. Login AWS -> Services -> All AWS Services -> EC2

2. EC2 Dashboard -> Network & Security -> Key Pairs -> Create Key Pairs

Note: this key pairs will be used to connect to EC2 instance by SSH client such as PuTTY and WinSCP etc. 

3. Services -> All AWS Services -> Elastic Beanstalk -> Create New Application

 Note: The created key pair will be used at the step Configuration Details

4. Services -> All AWS Services -> Elastic Beanstalk -> ${Application Name} -> Application Versions -> Deploy

Note:

  • Please refer to the guide at http://docs.aws.amazon.com/zh_cn/AWSEC2/latest/UserGuide/putty.html to connect EC2 instance.
  • Go to /usr/share/tomcat7 and the typical tomcat directory can be listed here.
  • Before any operation in tomcat directory, the proper permission should be granted. For example, "sudo chmod 777 logs -R" should be executed if you want to see tomcat logs.
  • Don‘t need to find your application directory in /usr/share/tomcat7/webapps since your application is always deployed to ROOT.

AWS Elastic Beanstalk + Tomcat,布布扣,bubuko.com

AWS Elastic Beanstalk + Tomcat

标签:style   tar   ext   color   get   strong   

原文地址:http://www.cnblogs.com/suxiaoxiao/p/3710265.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!