Perlbal with Tomcat

Oezcan Acar acar at unitedinter.net
Sat Jun 2 13:48:51 UTC 2007


Try it with this config:

CREATE POOL webcluster
 POOL webcluster ADD 127.0.0.1:8080
CREATE SERVICE balancer
   SET listen          = 192.168.1.198:80
   SET role            = reverse_proxy
   SET enable_reproxy  = true
   SET pool            = webcluster
   SET persist_client  = on
   SET persist_backend = on
   SET verify_backend  = off
ENABLE balancer

CREATE SERVICE mgmt
  SET role   = management
  SET listen = 192.168.1.198:60000
ENABLE mgmt


Tomcat is running on 127.0.0.1 8080.



-------- Original-Nachricht --------
Datum: Fri, 1 Jun 2007 08:44:15 -0700 (PDT)
Von: Raj Bala <raj_bala at yahoo.com>
An: perlbal at lists.danga.com
Betreff: Perlbal with Tomcat

> 
> Hello,
> 
> I have done some extensive searching, but haven't come to an answer as to
> whether I can use Perlbal in front of Tomcat for load balancing and web,
> etc much like one would use mod_jk, the Apache module for Tomcat.
> 
> I have installed Perlbal and have to running in default mode with
> directory browsing, but can't seem to figure out how to serve content from my
> Tomcat application.
> 
> Any thoughts?
> 
> 
> Raj

-- 
Mit freundlichen Grüßen

___________________________

Özcan Acar, Dipl. Inf(FH)
Vorstand
Smart Web Business AG

Im Niederfeld 8
65462 Gustavsburg

+49 171 57 33 66 5
acar at unitedinter.net



More information about the perlbal mailing list