But SSL has nothing to do with my problem. The problem I have is that when
using Tomcat in standalone mode URL rewritting works, however, running
Tomcat in combination with Apache does not, because Apache does not hand the
request over to Tomcat. I think is is stange that there is nothing mentioned
about this in the tomcat user guide - section Setting Tomcat up with Apache.
I think so many people are using Tomcat with Apache that it is really a very
important issue ?! I mean session tracking is fundamental and it should work
using URL rewritting. I guess many people use cookies for session tracking
instead of URL rewritting. Probably with cookies it should work, so maybe
that`s why this issue hasn`t really come to the attention to the tomcat
developers ? What do you think ?

-----Ursprungliche Nachricht-----
Von: Wolle [mailto:[EMAIL PROTECTED]]
Gesendet: Mittwoch, 18. April 2001 13:56
An: [EMAIL PROTECTED]
Betreff: Re: Tomcat with Apache/URLRewritting and mod_rewrite


Hello,
yes, you're right, the Protocol ajp13 supports the SSL protocol better
(relating
to the methode request.isSecure() ).
But this SSL and URL Rewriting is a Bug , see:
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=578

This has been fixed in the last csv release, and will hoply be fixed in the
3.2.2 final release or 3.2.2b4, also.

Greetings,
Michael

Sam Newman wrote:

> It can (see the Apache-tomcat readme in the tomcat distro), but it is
> strongly suggested that you use mod_jk & tomcat instead of using JServ as
it
> has less bugs, is faster, and I believe is also better maintained.
>
> sam
> ----- Original Message -----
> From: "Tassilo Pilati" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, April 18, 2001 11:03 AM
> Subject: AW: Tomcat with Apache/URLRewritting and mod_rewrite
>
> > Do you know if the mod_jserv can be used with tomcat ?
> >



Reply via email to