My suggested solution (2) below works ok as a temporary stopgap. So,
if you ever find yourself in this scenario -- Tomcat behind a hardware
ssl accelerator but you need to redirect for confidential matrials), a
stopgap solution is the code below.
My question is still open as to whether or not a Co
For Tomcat 5.0.28:
I have an SSL accelerator in front of a set of hardware load-balanced Tomcats.
SSL is handled by the accelerator.
HTTP requests come in on port 80 and are redirected via the load
balancer (it's actually an Inkra) to a Tomcat HTTP Connector listening
on port 8080.
I would like