Hi Dan.
I really appreciate the work you're doing on Apache -> Tomcat connectivity!
Couple of questions first:

1) (totally unrelated) the mod_jk howto seems to suggest that mod_jk is
useable from _inside_
apache VirtualHost statements. However, practical experience - ands much
screaming ;) - have proven that this doesn't actually work, and any JkMount 
commands inside a VirtualHost are effectively ignored, even though tomcat
has created a vhost context on startup. do you know anything about this
functioanlity, and whether it could be implemented?

2) please could you investigate word wrapping your mails at 80 characters? 
(Mailing list readability etc :)  )

* Dan Milstein ([EMAIL PROTECTED]) wrote on Fri Jan 26, 2001 at 11:29:58AM -0500:
> Stefan,
> 
> Michael Kuz actually submitted a nice patch to do just this, which I've 
> been intending to apply.  The only thing which has held me back is that
> you have to restart apache to let it know that it should stop sending
> new sessions to a particular TC instance.
> 
> Since you're interested in this area, can I ask you (and anyone else 
> interested) two questions:
> 
>  1) Do you think restarting apache is a problem?

Yes, given the point is for a HA web service. Tomcat already requires apache
to be shutdown far too much - everytime tomcat gets restarted apache has to
too - there must be a better way of implementing this. The front end web
server shouldn't see anything past the loadbalancing worker, which should
then manage the actual tomcat instances.Would it be possible to implement a
heartbeat style system for automatically taking dead or stopped instances
out of the pool?
There shouldn't be any need to restart apache.

>  2) Did the jserv code require restarting apache?

Not as far as I can remember.
> Thanks,
> -Dan
thanks again for all your efforts Dan,
cheers,
-Thom

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

Reply via email to