ge-
> From: Nikita Manohar [mailto:nikita.mano...@gmail.com]
> 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-d
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 pa
2010/1/6 Nikita Manohar
> 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?
>
> T
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
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
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
> I would like to know if an enti