I have a regular netty application server that runs on port 44080 and is built as a .jar file. I would like to use an elastic beanstalk to manage the application life cycle. Is there a way I can expand a jar or something similar using an elastic beanstalk?
Netty doesn't seem to be currently supported by an elastic beanstalk. If your application can also run on Tomcat, you can do it - with Tomcat you just need to enter some basic settings in the webinterface and you will get a fully working environment in which you can load jar files.
netty , Amazon OpsWorks. , , " " . , OpsWorks - ui, , .. OpsWorks.
Netty. , AWS Elastic Beanstalk Dropwizard ( Docker ), Java Web Container.
$mvn archetype: generate -Dfilter = elasticbeanstalk-docker-dropwizard
, , , zip . , , Dockerfile EXPOSEs 44080.