Existing Maven Project on Amazon Beanstalk
        Posted  
        
            by 
                Abhishek Ranjan
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Abhishek Ranjan
        
        
        
        Published on 2014-05-31T21:21:21Z
        Indexed on 
            2014/05/31
            21:25 UTC
        
        
        Read the original article
        Hit count: 385
        
I am trying to migrate my existing Maven project to Amazon Beanstalk.
Looking at amazon's documentation,i don't see any maven project deployment instructions.
I tried to upload the war file generated but the application is not coming up on beanstalk.
- I would like to know if there is any existing documentation to deploy on beanstalk from maven.
 - I have Spring Data JPA,Spring MVC application,do i need to do specific configuration or move configuration files from within the WAR file.
 
© Stack Overflow or respective owner