Re: Using SSL tomcat

2009-02-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ali, On 2/26/2009 8:06 AM, Ali Kassem wrote: > Do you know the complete cycle of how to configure and apache server with > modSSL and openSSL to install and get the Certificates from a clients to the > sever. 1. Don't hijack threads 2. Read the pro

RE: Using SSL tomcat

2009-02-26 Thread Ali Kassem
Hi, Do you know the complete cycle of how to configure and apache server with modSSL and openSSL to install and get the Certificates from a clients to the sever. Best regards, Ali Kassem Project Manager IT Dept. Banque Du Liban Email: akas...@bdl.gov.lb alikasse...@hotmail.com Phone: 961

RE: Using SSL tomcat

2009-02-25 Thread Caldarale, Charles R
> From: hevo...@free.fr [mailto:hevo...@free.fr] > Subject: Re: Using SSL tomcat > > Do you know how to redirect the http client on https? That's documented in the servlet spec, section 12.7. You need to specify a of CONFIDENTIAL (case matters) for the protected resources.

Re: Using SSL tomcat

2009-02-25 Thread hevoila
inal - De: "Charles R Caldarale" À: "Tomcat Users List" Envoyé: Mercredi 25 Février 2009 17:39:45 GMT +01:00 Amsterdam / Berlin / Berne / Rome / Stockholm / Vienne Objet: RE: Using SSL tomcat > From: hevo...@free.fr [mailto:hevo...@free.fr] > Subject: Re: Using SSL tomca

RE: Using SSL tomcat

2009-02-25 Thread Caldarale, Charles R
> From: hevo...@free.fr [mailto:hevo...@free.fr] > Subject: Re: Using SSL tomcat > > I don't understand why i have an > WARNING: A docBase D:\tomcat\webapps\mywebapp inside the host > appBase has been specified Because you have specified attributes that are not allowed in y

Re: Using SSL tomcat

2009-02-25 Thread hevoila
; - Mail Original - De: "Charles R Caldarale" À: "Tomcat Users List" Envoyé: Mercredi 25 Février 2009 14:55:14 GMT +01:00 Amsterdam / Berlin / Berne / Rome / Stockholm / Vienne Objet: RE: Using SSL tomcat > From: hevo...@free.fr [mailto:hevo...@free.fr] &

RE: Using SSL tomcat

2009-02-25 Thread Caldarale, Charles R
> From: hevo...@free.fr [mailto:hevo...@free.fr] > Subject: Using SSL tomcat > > I've setup in server.xml file a listen port to 80 and define > a redirectPort to 443. > I've also activate and setup ssl section, and > adding > keystoreFile="D:\myfolder\mycert

Using SSL tomcat

2009-02-25 Thread hevoila
Hello Apache tomcat team, I've a tomcat 5.5 and jdk1.5.0_16 install on a windows 2003. (NB: jdk is install on D: and a jre on C:, but the JAVA_HOME is define to d:) I've build a auto-sign jks certificate. (following the http://tomcat.apache.org/tomcat-5.5-doc/ssl-howto.html) I've setup in server

RE: FW: Memory leak using SSL Tomcat 6.0.16

2008-05-03 Thread Shapovalenko Daniil
Exactly the same problem was discussed there http://forum.java.sun.com/thread.jspa?threadID=5266266&tstart=0 Seems, I have two ways. Recompile the JSSE with some code added to finalize method, or using tomcat with another ssl provider. Does anybody knows how can I do the second case? >add the f

Re: FW: Memory leak using SSL Tomcat 6.0.16

2008-04-30 Thread Filip Hanik - Dev Lists
add the flag -XX:+HeapDumpOnOutOfMemoryError when you get an OOM, it will dump a .hprof file, zip it up, and make it available to us (dont attach it to an email :) I can help you analyse it Filip Shapovalenko Daniil wrote: Hello there! I'm using Tomcat 6.0.16 with an extremely simple

FW: Memory leak using SSL Tomcat 6.0.16

2008-04-29 Thread Shapovalenko Daniil
Hello there! I'm using Tomcat 6.0.16 with an extremely simple servlet. The code of servlet is here (functions that doesn't mentioned here are blank): ... protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {