Regarding Connector in tomcat 6

2010-02-18 Thread Nikita Manohar
Hi, My web application is currently deployed on Tomcat 6. Currently it is running on http. I was asked to run it on HTTPS. I was able to run in on HTTPS and for that I need to make changes in server.xml everytime iIf have to run my web app on https. Switching/Toggling between Https and Https req

using Mbeans with tomcat

2010-01-31 Thread Nikita Manohar
Hi! I want to know if I can access and configure web.xml at runtime using Mbeans and Jconsole. Actually, I want to dynamically change the security constraint element to toggle entire web application between http and https. Please help! Thanks Nikita

Re: Toggling

2010-01-06 Thread Nikita Manohar
Hi Peter, The trigger here is suppose in a web application there is a welcome page which is to be re-directed to a user's homepage after login. The secure information (login page) should be toggled to https and the rest as http. Is it possible to do so automatically? Thank you, -Nikita

Toggling

2010-01-06 Thread Nikita Manohar
I would like to know if an entire web application can be toggled between http and https in Tomcat. Thank you, -Nikita