On Tue, November 11, 2003 1at 1:52 am, Dean Searle wrote: > > Reading through it looks like I would need the assistance of Apache > anyways, or can I have an instance of Tomcat listening on port 80 and do > the load balancing?
As Yoav hinted, you can use any type of load balancer in front of Tomcat. But Tomcat itself doesn't have load balancing capabilities built in so you will need to find something else to balance requests as desired between instances of Tomcat. -Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
