Re: SSL on Mid Tier with Load Balancer

2017-04-13 Thread jham36
Thanks all for the input. Very helpful. Just need to straighten out my network guy and see how it goes. On Wednesday, April 12, 2017 at 5:02:55 PM UTC-4, jham36 wrote: > > We are setting up a new 9.1 mid tier server running on windows server > 2012. We will use IIS with tomcat and our load

Re: SSL on Mid Tier with Load Balancer

2017-04-13 Thread Brian Pancia
ist@ARSLIST.ORG> on behalf of Jason Miller <jason.mil...@gmail.com> Sent: Wednesday, April 12, 2017 6:08 PM To: arslist@ARSLIST.ORG Subject: Re: SSL on Mid Tier with Load Balancer ** How LJ described is how I have done it in the past. The AJP connector is really an ISAPI filter in IIS. The

Re: SSL on Mid Tier with Load Balancer

2017-04-13 Thread Brian Pancia
il...@gmail.com> Sent: Wednesday, April 12, 2017 6:08 PM To: arslist@ARSLIST.ORG Subject: Re: SSL on Mid Tier with Load Balancer ** How LJ described is how I have done it in the past. The AJP connector is really an ISAPI filter in IIS. The last time I setup IIS to front Tomcat/MT was for the W

Re: SSL on Mid Tier with Load Balancer

2017-04-13 Thread Pierson, Shawn
Pierson Remedy Developer | Energy Transfer From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of jham36 Sent: Wednesday, April 12, 2017 4:03 PM To: arslist@ARSLIST.ORG Subject: SSL on Mid Tier with Load Balancer ** We are setting up a new 9.1 mid tier server

Re: SSL on Mid Tier with Load Balancer

2017-04-12 Thread Jason Miller
How LJ described is how I have done it in the past. The AJP connector is really an ISAPI filter in IIS. The last time I setup IIS to front Tomcat/MT was for the WWRUG Remedy server a few years ago. The process is a little foggy but it was easier than I remembered. AJP uses port 8009 by default

Re: SSL on Mid Tier with Load Balancer

2017-04-12 Thread LJ LongWing
James, If you are front ending Tomcat with IIS, the typical setup for that is the jakarta plugin. By default, this uses the AJP connection, not one of the standard 8080 or 8443so, unless you want to be able to access Tomcat independent of IIS, you don't even need to define them... Beyond

SSL on Mid Tier with Load Balancer

2017-04-12 Thread jham36
We are setting up a new 9.1 mid tier server running on windows server 2012. We will use IIS with tomcat and our load balancer will hold the ssl cert. We contacted support to get all of our ducks in a row before diving in. You all know how that went. Just looking for advice on iis and tomcat