Deploying webapp generated using Jhipster in amazon web services (AWS)

不想你离开。 提交于 2019-12-23 04:22:58

问题


I have used Jhipster to generate a web app and i worked on top of it to redesign the web app as per my requirements.

Then i generated war using the command as below:

  mvnw package -Pprod -DskipTests

Now i want to deploy that web app to Amazon Web Services. I have tried all the ways jhipster suggested me to do.

1. Direct AWS
2. Boxfuse

I have tried uploading the generated war directly to S3 bucket also, but uploading fails.

Using boxfuse, i have configured everything as per documentation and i tried uploading.

It gives me the following error in the cmd prompt while uploading war to the aws console.

 Push failed (Connection reset by peer: socket write error)

Please suggest me a way to upload the war generated to AWS and deploy in EBS there.

来源:https://stackoverflow.com/questions/43164737/deploying-webapp-generated-using-jhipster-in-amazon-web-services-aws

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!