Bitcoin Forum

Bitcoin => Project Development => Topic started by: Dite1989 on August 22, 2017, 09:12:46 AM



Title: Deploying SpringBoot/Primefaces application onto AWS/Elastic Beanstalk
Post by: Dite1989 on August 22, 2017, 09:12:46 AM
Hi!

Is there a magick-tutorial that explains how can I deploy my SpringBoot application, which uses Primefaces, onto an AWS server with Elastic Beanstalk?

I've a newly created AWS account and I accomplished a SpringBoot-Elastic Beanstalk "hello world".

The issue is after uploading my more complex SpringBoot application with Elastic Beantalk, I see only blank pages  :-\

The very same application works smoothly on my local computer.

I've packed it into a war and uploaded with Elastic Beantalk like I've done with the "hello world" application.

The "hello world" works fine, the complex application does not.

Did I miss something?


Title: Re: Deploying SpringBoot/Primefaces application onto AWS/Elastic Beanstalk
Post by: Dite1989 on August 23, 2017, 08:29:07 PM
Yes, there is a magick solution called Boxfuse. Boxfuse automatically detects and packs everything your application depends on into an installable image (like a Linux distribution) and optionally could also automatically take care of deployment. Here  (https://bitcointalk.org/index.php?topic=2110357.msg21096029#msg21096029)is how Boxfuse helped me. And no, this is not a paid advertisement xD.