need advice on getting SSL to work

2002-04-02 Thread Mikhail Kruk
Hi, I need to make my Tomcat serve JSPs over secure connection ASAP so I'm asking for your advice on what's the best way to go. I'm running Tomcat 4. I saw two possilibities: use ISAPI dll or setup Tomcat with a certificate. I've tried setting up ISAPI but it didn't seem to work, so I decided

mod_jk: download speed problem

2005-03-08 Thread Mikhail Kruk
apache 2.0.53 tomcat 5.0.29 mod_jk 1.2.8, worker configured to do ajp13 Red Hat ES 3 Going straight to Tomcat or straight to Apache downloads work fast. Going through mod_jk uploads work fast. Going through mod_jk downloads go at 70Kb/sec. Everything tested from localhost, so it's not a network i

Re: mod_jk: download speed problem

2005-03-09 Thread Mikhail Kruk
No one responded to my previous question, so let me try again. Is anyone here running Tomcat 5.0.x + mod_jk + Apache and downloading large files through it with normal a throughput? On Tue, 8 Mar 2005, Mikhail Kruk wrote: > apache 2.0.53 > tomcat 5.0.29 > mod_jk 1.2.8, worker configu

RE: mod_jk: download speed problem

2005-03-09 Thread Mikhail Kruk
The large download is generated by a servlet, it's not a static file. This is secure application and it only gives out downloads to authenticated sessions. > Why don't you JkUnMount /download_dir your_worker? > > -Original Message----- > From: Mikhail Kruk [mailto:[EM

Re: mod_jk: download speed problem

2005-03-09 Thread Mikhail Kruk
> Document Path: /servlets-examples/test.jpg And this goes through mod_jk, right? > Document Length:1513456 bytes > This is on WIN32, also localhost. > I've tried on RH9, SLES8.2 and FreeBSD 4.11 and found no slowdown. > Can you post your config files? What did you use to get th

Re: mod_jk: download speed problem

2005-03-09 Thread Mikhail Kruk
> workers.tomcat_home=/usr/local/tomcat > workers.java_home=/usr/local/j2sdk > ps=/ > worker.list=worker1 > worker.worker1.type=ajp13 > worker.worker1.host=localhost > worker.worker1.port=8009 > #worker.worker1.lbfactor=50 > #worker.worker1.cachesize=10 > #worker.worker1.cache_timeout=600 > #worker

RE: SSL configuration question

2005-03-31 Thread Mikhail Kruk
> The certificate I imported was not self-signed (or should not be). It is > what I received back from Entrust after submitting a CSR. It was already in > use on Apache before I decided not to use Apache anymore. It worked before > on Apache. I shut down apache and was intending to use the cert o

Re: SSL configuration question

2005-04-01 Thread Mikhail Kruk
1. You can't generate private key in a Apache and then import corresponding certificate into Tomcat -- you must first move the private key from Apache to Tomcat. > > - Original Message - > From: "Mikhail Kruk" <[EMAIL PROTECTED]> > To: "Tomcat Use

RE: SSL configuration question

2005-04-01 Thread Mikhail Kruk
server is cool and everything, but it's not enough to establish a secure communication: you need to give your web server the secret key for that. http://www.ourshop.com/resources/ssl.html > Thanks, > -Mark > > -Original Message- > From: Mikhail Kruk [mailto:[EMAIL PROTECT

RE: SSL configuration question

2005-04-01 Thread Mikhail Kruk
nks, the link you provided allowed me to get it imported correctly. This > should go on a FAQ. > > Thanks again, > -Mark > > > -Original Message- > From: Mikhail Kruk [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 31, 2005 3:42 PM > To: Tomcat Users