mod_jk.conf and ajp13

2003-03-20 Thread Erki Kriks
Hello! I want to use ajp13 (not ajp12). I'm using Windows 2000 server and tomcat 3.2.1 I have declared into mod_jk.conf following lines: LoadModule jk_module modules/mod_jk.dll IfModule mod_jk.c JkWorkersFile fill-path-to/workers.properties JkLogFile logs/jk.log JkLogLevel warn JkMount /*.jsp

Re: mod_jk.conf and ajp13

2003-03-20 Thread tito santini
worker.loadbalancer.balanced_workers=ajp12, ajp13 Hope this helps. - Original Message - From: Erki Kriks [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, March 20, 2003 9:49 AM Subject: mod_jk.conf and ajp13 Hello! I want to use ajp13 (not ajp12). I'm using Windows 2000 server and tomcat

Re: mod_jk.conf and ajp13

2003-03-20 Thread Erki Kriks
worker.loadbalancer.balanced_workers=ajp12, ajp13 Hope this helps. - Original Message - From: Erki Kriks [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, March 20, 2003 9:49 AM Subject: mod_jk.conf and ajp13 Hello! I want to use ajp13 (not ajp12). I'm using

Re: mod_jk.conf and ajp13

2003-03-20 Thread tito santini
, March 20, 2003 11:08 AM Subject: Re: mod_jk.conf and ajp13 Hi! Thank you for your help! I have the same configuration. But why are you using worker.list=ajp12, ajp13 instead of worker.list=ajp13 , while ajp13 is only required? It's very interesting, all auto-configuration files includes only

mod_jk.conf-auto + ajp13

2001-02-11 Thread Rob Tanner
Hi, I went through the archives, and saw this same question asked a number of times, but no satisfactory responses. An auto generated conf is nice to have (especially as it remembers to include all those little details us poor humans sometimes forget) except that it always specifies the

Re: mod_jk.conf-auto + ajp13

2001-02-11 Thread Rick Roberts
Make the change in mod_jk.conf #JkMount /*.jsp ajp12 #JkMount /servlet/* ajp12 #JkMount /examples/* ajp12 JkMount /*.jsp ajp13 JkMount /servlet/* ajp13 JkMount /examples/* ajp13 Rick - To unsubscribe, e-mail: [EMAIL

Re: mod_jk.conf-auto + ajp13

2001-02-11 Thread Rob Tanner
That's what I've been doing -- I don't use mod_jk.conf-auto at all. The point is that I have to maintain another file by hand that I shouldn't have to, a file almost exactly identical to mod_jk.conf-auto other than specifying the ajp13 connector. Is there a way to get mod_jk.conf-auto to use

Re: mod_jk.conf-auto + ajp13

2001-02-11 Thread Tom Woteki
: Sun, 11 Feb 2001 17:55:17 -0500 To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: mod_jk.conf-auto + ajp13 That's what I've been doing -- I don't use mod_jk.conf-auto at all. The point is that I have to maintain another file by hand that I shouldn't have to, a file almost exactly