Launching a Netty App on Amazon Elasticbeanstalk

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?

+5
source share
2 answers

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.

0

Netty. , AWS Elastic Beanstalk Dropwizard ( Docker ), Java Web Container.

$mvn archetype: generate -Dfilter = elasticbeanstalk-docker-dropwizard

, , , zip . , , Dockerfile EXPOSEs 44080.

0

All Articles