----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

I think we face here the old problem that JAVA isn't able to read the
environment
unless you pass all environment variables as properties to the JAVA app.
So jserv makes no difference. But correct me if I'm wrong. So my solution
would be to pass
explicit all env. vars which you are interested to your JAVA app. Or invoke a
little tool
via Runtime.getRuntime().exec("sometool") to get the env

CU Marcus



BERWART Thierry wrote:

> ----------------------------------------------------------------
> BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
> WHEN YOU POST, include all relevant version numbers, log files,
> and configuration files.  Don't make us guess your problem!!!
> ----------------------------------------------------------------
>
> yes, i thought that !
> but it changes nothing :/
>
> i add this line in my httpd.conf :
>
> SSLOptions +StdEnvVars +ExportCertData
>
> -----Original Message-----
> From: Marcus Lachmanez [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 29, 2000 4:12 PM
> To: Java Apache Users
> Subject: Re: !!! Request/read digital certificates from a servlet !!!
>
> ----------------------------------------------------------------
> BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
> WHEN YOU POST, include all relevant version numbers, log files,
> and configuration files.  Don't make us guess your problem!!!
> ----------------------------------------------------------------
>
> Mmh,
>
> could it be possible that you don't configured the listener well ? Because
> the
> CGI directory
> is configured like this
> <Directory "/ora2/ias_e/Apache/Apache/cgi-bin">
>     SSLOptions +StdEnvVars
> </Directory>
> So I think this must be also be done for the servlet location
>
> Marcus
>
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Search Archives:
> <http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
> Problems?:           [EMAIL PROTECTED]
>
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Search Archives:
> <http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
> Problems?:           [EMAIL PROTECTED]

--
* Linux Viruscan.....
             Windows 95/98/NT/WIN2000 Found  Remove it ? (Y/y)

*************************************************
   Marcus Lachmanez
   System Analyst
   INTERNET PRODUCTS TEAM

   Oracle Germany
*************************************************




--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to