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 requires me to restart
tomcat everytime after changes in server.xml.

Is it possible to change from http to https at runtime i.e without
re-starting tomcat. Is there any way to access the connector  using some
code?

Any help will be appreciated.

Thank you,
-Nikita


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


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


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