I want to protect some URLs with ssl and liked to use web.xml security constraints 
(CONFIDENTIAL).
Evrything is OK with Tomcat alone (port 8080 and 8433, redirect with sslextension ...)

But I can't make it work with Apache in front.
I use mod_jk2.
How to tell mod_jk2 to transmit both http and https trafic ?
1- http trafic to 8009 (open on Tomcat without scheme="https")
2- https trafic to 8010 (open on Tomcat WITH scheme="https" )


I maybe do things the wrong way.
If Apache had SSl installed, could I stil use web.xml security constraint 
with CONFIDENTIAL ?

Thank
Gauthier

Reply via email to