In my setup, I have Apache listening on port 80 and 443, with the request
intercept that directs all tomcat requests to the same Tomcat 3.2 instance.
So there is no "sharing" of session at all, just one Tomcat instance serving
up both secured and non-secured pages through Apache.

Do you have 1 or 2 instances of Tomcat running?  Can 1 instance of tomcat
listen on multiple ports?  If you have 2 instances, and you want to share
them, I would guess you may need to write your own session manager.

jchuang

----- Original Message -----
From: "Oto Buchta" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, November 29, 2001 12:17 AM
Subject: Sharing sessions - URGENT


Once again,
Can somebody teel me, if is it posiible to share sessions between SSL and
noncrypted parts of the web?
I'm using Tomcat 4.0 running on ports 80 (public) and 443 (SSL).
Thanks very much for any answer (flames are permitted:-) )
--
Oto 'tapik' Buchta, [EMAIL PROTECTED]

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>



--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to