Hi

If you do not have that much SSL traffic, you can use mod_proxy to forward
requests to servlet containers using SSL!
You only need to install a low-bit certificate in your container and make
that certificate accepted by your apache. It can even be self-signed.
However, your container will have request.isSecure() set to true!

But be carefull with high-load sites. Additional SSL will take more cpu
time.
However, running multiple servlet containers seems to be a development
szenario for me, since you would not do all that on one system on a
productive site, would you?

Regards,
  Steffen

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to