Mod_JK might give the right way to do this. If httpd does certificate-based client side authentication using SSL, then does mod_JK pass the certificate along to geronimo so it can use it for application level authorization?
I think the whole certificate would still need to be sent over mod_JK because sometimes authorizations are dependent on the content in the certificate. Jason Warner wrote: > > Hello, > > This is very much possible. I'm not sure what version you're using, so > here's some instructions to get you started with 2.1 ( > http://cwiki.apache.org/GMOxDOC21/configuring-a-remote-apache-http-server.html). > I'd suggest using mod_proxy for a simple solution. It's simpler to setup > and use, but doesn't provide the fine-tuning ability you get when using > mod_jk. Please let us know if you have any questions or issues. > > Thanks! > > On Mon, Aug 18, 2008 at 10:58 AM, whitewaterbug <[EMAIL PROTECTED]> > wrote: > >> >> Is it possible to have apache HTTPd run as the web server and geronimo >> run >> as >> the application server? >> -- >> View this message in context: >> http://www.nabble.com/apache-httpd-and-geronimo----newbie-tp19033486s134p19033486.html >> Sent from the Apache Geronimo - Dev mailing list archive at Nabble.com. >> >> > > > -- > ~Jason Warner > > -- View this message in context: http://www.nabble.com/apache-httpd-and-geronimo----newbie-tp19033486s134p19035407.html Sent from the Apache Geronimo - Dev mailing list archive at Nabble.com.
