java - Existing Maven Project on Amazon Beanstalk -


i trying migrate existing maven project amazon beanstalk.

looking @ amazon's documentation,i don't see maven project deployment instructions.

i tried upload war file generated application not coming on beanstalk.

  1. i know if there existing documentation deploy on beanstalk maven.
  2. i have spring data jpa,spring mvc application,do need specific configuration or move configuration files within war file.

for maven plugin, check beanstalk-maven-plugin @ http://beanstalker.ingenieux.com.br/beanstalk-maven-plugin/, has lot of nice features, removing old versions, incremental fast deploys , many others.

also, check eb log files in /var/log/eb-cloud-init.log find out why app not coming up, find need customization, download jdbc driver , configure datasource. can use elastic beanstalk configuration files this: http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/customize-containers-ec2.html

and post again if have more specific issues. best of luck beanstalk!


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -