Re: tomcat as AJP frontend to other tomcats?

2004-09-10 Thread Matt Robinson
Tore, We have a somewhat similar configuration. By configuring workers in your main Tomcat, you can redirect your "client1", "client2",... "clientN" contexts to other tomcat servers via AJP13. The Tomcat documentation has some decent examples of how to configure this (at least in 3.2.4 which is w

RE: tomcat as AJP frontend to other tomcats?

2004-09-09 Thread Shapira, Yoav
-traffic sites). Yoav Shapira Millennium Research Informatics >-Original Message- >From: Tore Halset [mailto:[EMAIL PROTECTED] >Sent: Thursday, September 09, 2004 9:41 AM >To: Tomcat Users List >Subject: Re: tomcat as AJP frontend to other tomcats? > >On Sep 9, 200

Re: tomcat as AJP frontend to other tomcats?

2004-09-09 Thread QM
On Thu, Sep 09, 2004 at 03:41:03PM +0200, Tore Halset wrote: : Will the balancer webapp proxy or just redirect? We want to hide : multiple servers behind one frontend. The clients use https. The Balancer docs will reveal the answers to this and other questions. -QM -- software -- http://www.

Re: tomcat as AJP frontend to other tomcats?

2004-09-09 Thread Tore Halset
On Sep 9, 2004, at 15:24, QM wrote: On Thu, Sep 09, 2004 at 02:19:30PM +0200, Tore Halset wrote: : Is it possible to run tomcat on the frontend server and act as a Apache : httpd + mod_jk + mod_ssl? Are there any other options we should take a : look at? I've never used it, but I understand the

Re: tomcat as AJP frontend to other tomcats?

2004-09-09 Thread QM
On Thu, Sep 09, 2004 at 02:19:30PM +0200, Tore Halset wrote: : This are easy to configure under Linux, but this is a windows company.. : Should we look for a precompiled Apache httpd with matching mod_jk and : mod_ssl? Or compile it myself? Or should we use IIS? All 3 would work, but if you look