----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
Christian Schrader wrote:
>
> Hi,
> we are running a regular Apache and a SSL installation.
> Both are using the same JServ Configuration and zone, therefor using the
> same ajpv11 process. This is done, so I have one central point for the
> Servlets.
> Could there be a problem with this constellation ?
> It seems to be running fine.
>
> Christian
Hi Christian,
There is no problem with this. The only problem tou might encounter is
using 1.1b3, as all SSL environment vars are not forwarded to JServ
(Hope this will be fixed soon, and maybe you are not using these infos).
As long as your cookies are sent the same way between SSL & non SSL
(means you are using the same hostname and your browser doesn't use the
protocol (http vs https) to distinguish the host), that's ok.
Keep in mind that in 1.1b3 session coookies are not shared between
zones, so you have to use the same zone name in SSL & non SSL.
Jean-Luc
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]