Re: Let's Encrypt with Tomcat?

2019-12-27 Thread Andrew Stanton
Hi All, If possible, I think it's better to let 443 (https) requests hitting an instance be redirected to 80 so you don't have to configure an SSL locally in the instance itself. It's very cumbersome to do it that way. You can also use a single instance behind an AWS LB if you only have one

Re: Let's Encrypt with Tomcat?

2019-12-26 Thread Andrew Stanton
You could use their public certificate with their lb and redirect 443 to port 80 in the lb I was using jboss server running on port 80 in the ec2 instances that were running behind the lb. when I did that all requests hitting the lb were secured. Jboss is another container like tomcat. Hope

Fwd: Tomcat on Google Cloud

2017-04-06 Thread Andrew Stanton
Hi James: James wrote: On Thu, Apr 6, 2017 at 9:45 AM, James H. H. Lampert < jam...@touchtonecorp.com> wrote: > On 4/6/17, 8:57 AM, Andrew Stanton wrote: > >> I am using tomcat in a vm running ubuntu 16.04 (parallels). I have also >> used ubuntu 16.04 in an instance

Re: Tomcat on Google Cloud

2017-04-06 Thread Andrew Stanton
I am using tomcat in a vm running ubuntu 16.04 (parallels). I have also used ubuntu 16.04 in an instance in AWS. I have not used google cloud but I would think the process for setting up an ubuntu image is very similar. I would go w/ 16.04. I can't speak for how big your instance should be