We recently implemented SSL using a Thawte cert. We
have one ear file that is used by both the secure and non
secure web sites with the session shared between them.
We have several singleton classes used to hold *lots* of
data which gets used throughout the application. We
also have our own connection pooling. By implementing
SSL this way have we created two instances of all our
singletons and pooling classes? If this is the case then
we are wasting resources and need to come up with a
better solution. Any thoughts? Thanks much!
Todd Renner
Bell & Howell