I would write a simple servlet that does this redirecting and then map the
servlet to whatever URL path (subtree or the like) you want it to affect.
/David
-----Ursprungligt meddelande-----
Fr�n: Mark Bernardinis [mailto:[EMAIL PROTECTED]]
Skickat: den 11 december 2000 06:52
Till: Orion-Interest
�mne: URL Redirecting
When a user goes to a certain part of my application (Web-Site) I would
like them to be redirected to the secure part of my site and vice versa.
For example, when "/payment" is in the URL I would like the user to be
redirected to the SSL part of the web site. When this URL does not
exist, I would like them to be transferred out of the SSL encryption and
to the normal part of the site.
Is this possible? I know it is possible with Apache but I prefer not to
use it at all if I can help it.
Regards,
Mark
Westfield