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.
- i know if there existing documentation deploy on beanstalk maven.
- 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
Post a Comment