On Fri, Dec 17, 1999, GOMEZ Henri wrote:

> Did there is a way to get some of mod_ssl env vars (like SSL_PROTOCOL)
> from a servlet running on tomcat and using jserv compiled with -DEAPI ?

I don't know tomcat or jserv, but if your servlet operates not too early in
the Apache request processing, you should be able to find the variable in the
standard SSI/CGI environment Apache provides. If your servlet operates
earlier, the only way is to add an EAPI call to tomcat/jserv which resolves
the variable through mod_ssl's EAPI hooks.

                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to