Hi, Actually we are designing a security layer over our web app. We want to give the user an option of choosing between http or https on login. Hence the need of changing from http to https or vice-versa at runtime.
We are aware of <transport guarentee>. But that is not at runtime. We had also thought of JMX as an option and seems like a feasible solution. So could you tell us how to access Tomcat's MBeans at runtime using java or any other code. - Thanks for your help