简体   繁体   English

AWS Elastic Beanstalk是否支持OpenEJB?

[英]Does AWS Elastic Beanstalk support OpenEJB?

I want to deploy an application which uses EJB architecture. 我想部署一个使用EJB体系结构的应用程序。 Does AWS Elastic Beanstalk support OpenEJB or maybe there is a way to add it to the Tomcat instance under AWS Elastic Beanstalk? AWS Elastic Beanstalk是否支持OpenEJB,或者也许有一种方法可以将其添加到AWS Elastic Beanstalk下的Tomcat实例中? Thank you. 谢谢。

Does AWS Elastic Beanstalk support OpenEJB? AWS Elastic Beanstalk是否支持OpenEJB?

Presumably not, insofar the Tomcat configuration is fairly standard (though I don't know for sure, you may just try yourself of course). 大概不是,就Tomcat配置而言,它是相当标准的(尽管我不确定,您当然可以尝试一下)。

Is [there] a way to add it to the Tomcat instance under AWS Elastic Beanstalk? [是否]有一种将其添加到AWS Elastic Beanstalk下的Tomcat实例的方法?

Certainly - The possibility to customize your environments is indeed one of the key characteristics of AWS Elastic Beanstalk in comparison to other PaaS offerings: 当然-与其他PaaS产品相比,自定义环境的可能性确实是AWS Elastic Beanstalk的关键特征之一:

Most existing application containers or platform-as-a-service solutions, while reducing the amount of programming required, significantly diminish developers' flexibility and control. 大多数现有的应用程序容器或平台即服务解决方案在减少所需编程量的同时,大大削弱了开发人员的灵活性和控制力。 [...] However, with Elastic Beanstalk, you retain full control over the AWS resources powering your application. [...]但是,使用Elastic Beanstalk,您可以完全控制为应用程序提供动力的AWS资源。 If you decide you want to take over some (or all) of the elements of their infrastructure, you can do so seamlessly [...] 如果您决定要接管其基础架构的某些(或全部)元素,则可以无缝地进行[...]

What you are looking for is possible by facilitating a Custom AMI . 通过促进自定义AMI,您可以找到所需的内容。 Once you have launched an environment, you can customize its configuration details, amongst those the AMI used by your instances as illustrated in Configuring Servers . 启动环境后,您可以自定义其配置详细信息,包括实例所使用的AMI中的配置详细信息,如配置服务器中所示 While there are some requirements to be met in order to properly execute within Beanstalk, you can basically customize these AMIs to your heart's content, the process is documented in Using Custom AMIs (for a 3rd party explanation see eg How to customize an Amazon Elastic Beanstalk instance ). 为了在Beanstalk中正确执行需要满足一些要求,但是您基本上可以根据自己的喜好自定义这些AMI,但使用自定义AMI中记录了该过程(有关第三方的解释,请参阅例如如何自定义Amazon Elastic Beanstalk。实例 )。

Please see my respective answer to the related question Instance's deployment / post configuration for AWS Elastic Beanstalk for an important implication to be aware off for customized AMIs. 请参阅我对相关问题的相应答案,以了解针对AWS Elastic Beanstalk的实例部署/后配置的重要含义,以了解定制AMI的重要意义。

Good luck! 祝好运!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM