How to deploy a Java EE application in the Amazon cloud?

前端 未结 3 1443
慢半拍i
慢半拍i 2020-12-12 19:31

Here\'s the thing: I need to take a certain Java EE web app and deploy it to Amazon EC2 (which I will need to setup first) starting next month (using the http://aws.amazon.c

3条回答
  •  囚心锁ツ
    2020-12-12 20:23

    Once we have the instance (like Ubuntu) running http://youtu.be/hJRSti6DsJg then, installs Glassfish (Java EE server) and configure it to work with Java EE. It depends more of the instance itself (Ubuntu) than EC2 Amazon... here a nice video (how to install Glashfish in Ubuntu + Netbeans config) http://youtu.be/CKuoDm6bqRM

    Note:

    • Keep in mind both videos are a little old (may some adjustments are necessary)
    • The videos are indirectly related. But my point is: there isn't much info about Amazon AWS and Java EE, but there are a lot info about Amazon AWS and Linux, and Linux and Java EE.

    Update You can try Amazon Beanstalk (Deployment & Management) integrated with Netbeans (without Glashfish?) http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/GettingStarted.html

    SSH to Elastic Beanstalk instance

    http://aws.amazon.com/java/ (Amazon + Java)

    enter image description here

提交回复
热议问题