Re: Tomcat 7 and SSL...

2016-02-04 Thread Bill Kelm
/g" -e "s/8080/${CONNECTOR_PORT}/g" \ -e "s/8009/${randomPort2}/g" -e "s/8443/${randomPort3}/g" Bill K. On Thu, Feb 4, 2016 at 10:10 AM, George Sexton wrote: > > > On 2/4/2016 10:52 AM, Bill Kelm wrote: > >>Not sure if anyone

Tomcat 7 and SSL...

2016-02-04 Thread Bill Kelm
Not sure if anyone has seen this before, whenever we go to configure the SSL connector and set the connector port to 8443, on tomcat startup they are getting rewritten to another random port. So we will have: and I end up with this in the server.xml file on startup: ​Thanks fo