RE: loadbalancer in workers.properties

2002-09-23 Thread Turner, John


That would be my guess.  Typically, machines are NEVER rebooted for
configuration changes (UNIX machines, at least).

My guess is you have a process that starts on boot that is binding to a port
ahead of what you think is actually happening.  

If the configuration files do not change, rebooting should have no effect,
as the only thing that changes is the network stack and the ports are reset.

John


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Sunday, September 22, 2002 12:02 AM
 To: Tomcat Users List
 Subject: Re: loadbalancer in workers.properties
 
 
 David Cassidy wrote:
  
  it's part of mod_jk
 I am totally flabbergasted...
 Bounce the servers and it works again. 
 I must have had some parameters not set correctly ???
 
 --
 To unsubscribe, e-mail:   
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: 
 mailto:[EMAIL PROTECTED]
 

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: loadbalancer in workers.properties

2002-09-23 Thread Turner, John


This the best doc on loadbalancing Tomcat:

http://www.ubeans.com/tomcat

John


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Friday, September 20, 2002 9:50 PM
 To: [EMAIL PROTECTED]
 Subject: loadbalancer in workers.properties
 
 
 Hi All.
 The doco's suggested that I can have 1,2 or more Tomcats running
 (ideally one on each box).
 The scripts for httpd.conf suggested a piece if s/w called 
 loadbalancer
 eg.
 ...
 DocumentRoot /var/www/html
 ...
 JkMount /*.jsp loadbalancer
 JkMount /servlet/* loadbalancer
 ***
 etc
 
 Where can I download this loadbalancer ?
 
 THX
 
 --
 To unsubscribe, e-mail:   
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: 
 mailto:[EMAIL PROTECTED]
 

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: loadbalancer in workers.properties

2002-09-22 Thread achana

David Cassidy wrote:
 
 it's part of mod_jk
Thanks
I've an unusual problem : I got Apache collaborating with Tomcat on the
same box. Then I seperated the two and it worked. I rebooted the
machines, now Apache won't talk with Tomcat. I looked in log/error_log ,
it seems the Apache machine keeps trying to look for the examples in the
same box rather than in the Tomcat box. Apache won't find it there
because I haev renamed that directory...

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: loadbalancer in workers.properties

2002-09-22 Thread achana

David Cassidy wrote:
 
 it's part of mod_jk
I am totally flabbergasted...
Bounce the servers and it works again. 
I must have had some parameters not set correctly ???

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]