pallet

deploy java maven project to ec2 with pallet?

寵の児 提交于 2019-12-07 15:09:45
问题 I'm wondering exactly how I would set this up. I have a normal java/tomcat/mysql app, and I want to deploy to EC2. I'd like to use pallet to provision the box, configure it, and deploy my war there. I'm hoping I can do this via a maven plugin? I guess my other option is to create a lein project and deploy the war using a relative path, but I'm hoping for the maven plugin... 回答1: I can't speak to the AWS and Pallet part of your question, but assuming you have a running tomcat instance you can

deploy java maven project to ec2 with pallet?

你说的曾经没有我的故事 提交于 2019-12-05 23:31:03
I'm wondering exactly how I would set this up. I have a normal java/tomcat/mysql app, and I want to deploy to EC2. I'd like to use pallet to provision the box, configure it, and deploy my war there. I'm hoping I can do this via a maven plugin? I guess my other option is to create a lein project and deploy the war using a relative path, but I'm hoping for the maven plugin... I can't speak to the AWS and Pallet part of your question, but assuming you have a running tomcat instance you can use the Apache Cargo project directly from maven to deploy your app: Here is a sanitized version of our