AWS has one for DynamoDB as well:

http://docs.aws.amazon.com/AWSSdkDocsJava/latest//DeveloperGuide/java-dg-tomcat-session-manager.html

Not really sure how to wrap this guy for TomEE though

--
-- Aldrin Leal, <ald...@leal.eng.br>
Master your EC2-fu! Get the latest ekaterminal public beta
http://www.ingenieux.com.br/products/ekaterminal/

On Tue, May 19, 2015 at 3:59 PM, kirys.it <ki...@neoteroi.org> wrote:

> On 05/19/2015 08:15 PM, Jonathan Gallimore wrote:
>
>> AWS Beanstalk supports Docker - you could use one of these Dockerfiles to
>> get you started: https://github.com/tomitribe/docker-tomee
>>
>> They're (hopefully) pretty straightforward - a download and unzip of
>> TomEE.
>> You should be able to add your app to /usr/local/tomee/webapps, and any
>> config in /usr/local/tomee/conf.
>>
> yep and create a docker file that also deploy your app based on an
> existing image is really easy.
> But remember that you need to use an alternative session storage (db,
> memcached ecc) cause as far as i know multicast is not supported.
> Easiest aws way is to use the memcached backed elasticache for session
> storage.
> Cya
> K.
>

Reply via email to