Re: Tomcat 7 and SSL...

2016-02-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bill, On 2/4/16 12:52 PM, Bill Kelm wrote: > 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

Re: Tomcat 7 and SSL...

2016-02-04 Thread Bill Kelm
George, Thanks for the lead to the startup script. That was exactly it, in our configuration our CATALINA_BASE is /usr/share/tomcat7 and that is what was triggering the random port assignment: if [ "$CATALINA_HOME" != "/usr/share/tomcat" -a "$RETVAL" -eq "0" ]; then # Create a tomcat di

Re: Tomcat 7 and SSL...

2016-02-04 Thread George Sexton
On 2/4/2016 10:52 AM, Bill Kelm wrote: 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 ser