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 Peter Crowther
What is the trigger to toggle a web application? What is the result of toggling the web application? If it is toggled to https, does it suddenly become available to all users on https and unavailable to all users on http? - Peter 2010/1/6 Nikita Manohar nikita.mano...@gmail.com I would like

RE: Toggling

2010-01-06 Thread Shanmugham, Dayanand (IE10)
We could forward http requests to https - this configuration is feasible at Apache level. Regards, Daya -Original Message- From: Nikita Manohar [mailto:nikita.mano...@gmail.com] Sent: Wednesday, January 06, 2010 2:32 PM To: users@tomcat.apache.org Subject: Toggling I would like to know

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

Re: Toggling

2010-01-06 Thread Peter Crowther
2010/1/6 Nikita Manohar nikita.mano...@gmail.com 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

Re: Toggling

2010-01-06 Thread Mark Thomas
On 06/01/2010 09:16, Nikita Manohar wrote: 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. If the login page

RE: Toggling

2010-01-06 Thread Looijmans, Mike
] Sent: woensdag 06 januari 2010 10:17 To: Tomcat Users List Subject: Re: Toggling 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