I am actually in the process of doing just that. I currently have it partially working (I at least have directory browsing and simple serving working through Tomcat); I am using Tomcat 4.0.3. There are really no docs on the Apache site (as of yesterday), but been getting through it thus far tonight.
In terms of Tomcat returning back that it is actually 'https' vs 'http' for the protocol, there is actually a setting where you can force it to say 'https'. This was purposely done since Apache (the web server :), obviously handles the SSL side and to Tomcat it is nothing more than standard web serving. If you would like I can fill you in as I get going on it. ---------------------------------------- Joseph Molnar http://www.codesta.com/ ----- Original Message ----- From: "Gary McGowan" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, April 02, 2002 11:59 PM Subject: Re: Tomcat, webapp, SSL, and index files? > Yea - 'intended' being the key word here... > > From my experience, mod_webapp isn't as flexible as mod_jk > > I may be wrong, but I have not yet seen a solution for mod_webapp and https > redirects. > > Gary > ----- Original Message ----- > From: "Ralph Einfeldt" <[EMAIL PROTECTED]> > To: "Tomcat Users List" <[EMAIL PROTECTED]> > Sent: Wednesday, April 03, 2002 8:41 AM > Subject: AW: Tomcat, webapp, SSL, and index files? > > > Although that sounds like a good explanation, what makes you > think that this applies to tomcat 4 and mod_webapp ? > > At the time this was written mod_webapp didn't even exist. This > remark is about mod_jserv vs. mod_jk. > > (As mod_webapp is intended as the successor of mod_jk it's > a 'downgrade') > > > -----Urspr�ngliche Nachricht----- > > Von: Gary McGowan [mailto:[EMAIL PROTECTED]] > > Gesendet: Mittwoch, 3. April 2002 09:11 > > An: Tomcat Users List > > Betreff: Re: Tomcat, webapp, SSL, and index files? > <snip/> > > Looking at the tomcat-apache how to : > > http://jakarta.apache.org/tomcat/tomcat-3.2-doc/tomcat-apache- > > howto.html > <snip/> > > mod_ssl - getScheme() always returns HTTP! > <snip/> > > So in short - you need to upgrade from webapp to mod_jk. > <snip/> > > -- > 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]> > > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
