RE: How to force keystoreFile and truststoreFile to be absolute paths

2016-06-21 Thread Miller, Gerald
Now that I think about it, this is probably a classpath issue. Nice to have when it works, but a royal pain the rest of the time. From: Miller, Gerald Sent: Tuesday, June 21, 2016 2:04 PM To: 'users@tomcat.apache.org' Subject: How to force keystoreFile and truststoreFile to be abso

How to force keystoreFile and truststoreFile to be absolute paths

2016-06-21 Thread Miller, Gerald
I'm seeing errors from attempts to append uncorrected paths (e.g., C:\out\) and corrected ones (e.g., ~/out/) onto some arbitrary path. Assuming a relative path in a case like this makes about as much sense as using relative branching in non-relocatable code. I've wasted hours trying to get ri

RE: HTTP Authenticate ignored by Tomcat 7 (Windows)

2015-08-20 Thread Miller, Gerald
Note also: RemoteAddrValve is still commented out. From: Miller, Gerald Sent: Thursday, August 20, 2015 3:28 PM To: 'users@tomcat.apache.org' Subject: RE: HTTP Authenticate ignored by Tomcat 7 (Windows) Follow-up: I reviewed the logs and saw a number of requests coming from localhos

RE: HTTP Authenticate ignored by Tomcat 7 (Windows)

2015-08-20 Thread Miller, Gerald
from the VM, using the host IP address and port in place of localhost and port. From: Miller, Gerald Sent: Thursday, August 20, 2015 2:27 PM To: 'users@tomcat.apache.org' Subject: HTTP Authenticate ignored by Tomcat 7 (Windows) I had previously set up Tomcat 8 on an Ubuntu VM, com