IMO your best doing this with you webserver e.g apache rather than at the container level otherwise you have to setup https shite just to run a development environment.

mod_rewrite does the job nicely.

I post an example a week or so ago.

Cheers Mark

On 15 Jan 2004, at 16:27, Foux wrote:

Hi,

Is there any parameter to define a forward should be done over https
instead of the http protocol? I mean, is there something like this
(which is not working) :

    <forward name="logon" path="/jsp/logon.jsp" protocol="https"/>
or
    <forward name="logon" path="/jsp/logon.jsp" secure="true"/>
?

Thanks.
-Foux



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to