Hi,

  I'm using tomcat 3.3 working under apache 1.3 , and
it's working just fine, but when I make a https
request to my apliction , it works , but I don't have
any information about the SSL conection , like the
cipher suite or the key size.
  When tomcat is running stand alone I've got
javax.servlet.request.cipher_suite and 
javax.servlet.request.key_size as parameters of the
httpservletrequest, but when it's running with apache
I don't. I'm using mod_jk to connect tomcat to apache.
 Could anyone tell me if I'm doing something wrong or
if it's possible to get these parameters when I've got
tomcat running under apache.

please help me.

here is a part of my httpd.conf file where I configure
apache to communicate with apache.

#######################################################

Include
/usr/local/jakarta-tomcat-3.3a/conf/auto/mod_jk.conf

#######################################################


and here is my mod_jk.conf

########## Auto generated on Mon Mar 04 16:15:05 BRT
2002##########

<IfModule !mod_jk.c>
  LoadModule jk_module modules/mod_jk-3.3-ap13-eapi.so
</IfModule>

JkWorkersFile
"/usr/local/jakarta-tomcat-3.3a/conf/jk/workers.properties"
JkLogFile
"/usr/local/jakarta-tomcat-3.3a/logs/mod_jk.log"

JkLogLevel emerg

JkMount /admin ajp13
JkMount /admin/* ajp13

JkMount /examples ajp13
JkMount /examples/* ajp13
JkMount /myAplication ajp13
JkMount /myAplication/* ajp13

thank's everyone

                          Victor D. Lopes  

_______________________________________________________________________________________________
Yahoo! Empregos
O trabalho dos seus sonhos pode estar aqui. Cadastre-se hoje mesmo no Yahoo! Empregos 
e tenha acesso a milhares de vagas abertas!
http://br.empregos.yahoo.com/

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to