Re: Apache AJP to 4 TCs

2010-09-13 Thread Andrew Bruno
I did a fresh install, and it all worked. Steps documented @ http://bruniglobal.blogspot.com/2010/09/load-balancing-4-tomcats-with-apache-22.html I then went back to my old install, and noticed that I didnt specific ServerName domain:80 I did that and it all worked.. weird. Anyway, thank you

Re: Apache AJP to 4 TCs

2010-09-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrew, On 9/13/2010 3:09 AM, Andrew Bruno wrote: If there is anything I can improve in the process, as documented, please let me know. Upgrade from Tomcat 4.x to Tomcat 6.x? ;) - -chris -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10

Re: Apache AJP to 4 TCs

2010-09-13 Thread Mark Eggers
/ - Original Message From: Andrew Bruno andrew.br...@gmail.com To: Tomcat Users List users@tomcat.apache.org Sent: Mon, September 13, 2010 12:09:30 AM Subject: Re: Apache AJP to 4 TCs I did a fresh install, and it all worked. Steps documented @ http://bruniglobal.blogspot.com/2010/09/load-balancing

Re: Apache AJP to 4 TCs

2010-09-10 Thread Andrew Bruno
Hi Mark Chris, Thank you for the responses. I have gone about and installed a fresh Apache (on a seperate box), and have documented my steps in http://bruniglobal.blogspot.com/2010/09/load-balancing-4-tomcats-with-apache-22.html So far so good. I can load balance across all 4 tomcats, BUT I

Re: Apache AJP to 4 TCs

2010-09-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrew, On 9/10/2010 2:52 AM, Andrew Bruno wrote: Thank you for the responses. I have gone about and installed a fresh Apache (on a seperate box), and have documented my steps in

Re: Apache AJP to 4 TCs

2010-09-09 Thread Andrew Bruno
Here is the mod_jk log requested [Wed Sep 08 22:57:36 2010] [6912:6336] [debug] jk_util.c (459): Pre-processed log time stamp format is '[%a %b %d %H:%M:%S %Y] ' [Wed Sep 08 22:57:36 2010] [6912:6336] [debug] jk_uri_worker_map.c (770): rule map size is 1 [Wed Sep 08 22:57:36 2010] [6912:6336]

Re: Apache AJP to 4 TCs

2010-09-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrew, On 9/9/2010 2:00 AM, Andrew Bruno wrote: [Wed Sep 08 22:57:36 2010] [6912:6336] [debug] jk_worker.c (242): creating worker loadbalancer [Wed Sep 08 22:57:36 2010] [6912:6336] [debug] jk_worker.c (146): about to create instance

Re: Apache AJP to 4 TCs

2010-09-09 Thread Mark Eggers
Users List users@tomcat.apache.org Sent: Thu, September 9, 2010 11:15:14 AM Subject: Re: Apache AJP to 4 TCs -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrew, On 9/9/2010 2:00 AM, Andrew Bruno wrote: [Wed Sep 08 22:57:36 2010] [6912:6336] [debug] jk_worker.c (242): creating worker

Re: Apache AJP to 4 TCs

2010-09-08 Thread Andrew Bruno
With 2 workers, the system has been working well for months. I now wanted to add an extra two workers, i.e. a total of 4 tomcats, and load balance across all 4. Is this possible? With respect to the worker names, a number works well. I have set the jvmRoute to be numbers too, and my app

Re: Apache AJP to 4 TCs

2010-09-08 Thread Andrew Bruno
And here is my JK info JkWorkersFile E:/products/thirdparty/apache-2.2.15-01/conf/workers.properties JkShmFile E:/products/thirdparty/apache-2.2.15-01/logs/mod_jk.shm JkLogFile E:/products/thirdparty/apache-2.2.15-01/logs/mod_jk.log JkLogLevelerror JkLogStampFormat [%a %b %d %H:%M:%S

Re: Apache AJP to 4 TCs

2010-09-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrew, On 9/8/2010 9:10 AM, Andrew Bruno wrote: And here is my JK info Thanks. JkWorkersFile E:/products/thirdparty/apache-2.2.15-01/conf/workers.properties JkShmFile E:/products/thirdparty/apache-2.2.15-01/logs/mod_jk.shm JkLogFile

Apache AJP to 4 TCs

2010-09-07 Thread Andrew Bruno
Hello, I am trying to add two extra workers, totaling 4 workers, but Apache fails to restart. This worker file works: # List the workers name worker.list=1,2,loadbalancer # # First worker # worker.1.host=206.xx.xxx.xxx worker.1.port=8019 worker.1.type=ajp13

Re: Apache AJP to 4 TCs

2010-09-07 Thread Pid
On 07/09/2010 08:44, Andrew Bruno wrote: Hello, I am trying to add two extra workers, totaling 4 workers, but Apache fails to restart. This worker file works: # List the workers name worker.list=1,2,loadbalancer # # First worker #

Re: Apache AJP to 4 TCs

2010-09-07 Thread Andrew Bruno
Fair enough Pid, here it is: Windows 2008 R2 64 Bit Java(TM) SE Runtime Environment (build 1.6.0_17-b04) / Java HotSpot(TM) 64-Bit Server VM (build 14.3-b01, mixed mode) Tomcat 6.0.28 Apache 2.2.15 mod_jk-1.2.30-httpd-2.2.3.so AB On Tue, Sep 7, 2010 at 5:52 PM, Pid p...@pidster.com wrote: On

Re: Apache AJP to 4 TCs

2010-09-07 Thread Pid
On 07/09/2010 09:01, Andrew Bruno wrote: Fair enough Pid, here it is: Windows 2008 R2 64 Bit Java(TM) SE Runtime Environment (build 1.6.0_17-b04) / Java HotSpot(TM) 64-Bit Server VM (build 14.3-b01, mixed mode) Tomcat 6.0.28 Apache 2.2.15 mod_jk-1.2.30-httpd-2.2.3.so So the most recent

Re: Apache AJP to 4 TCs

2010-09-07 Thread Rainer Jung
See remarks inline. On 07.09.2010 10:01, Andrew Bruno wrote: Fair enough Pid, here it is: Windows 2008 R2 64 Bit Java(TM) SE Runtime Environment (build 1.6.0_17-b04) / Java HotSpot(TM) 64-Bit Server VM (build 14.3-b01, mixed mode) Tomcat 6.0.28 Apache 2.2.15 mod_jk-1.2.30-httpd-2.2.3.so AB