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 what

tomcat as AJP frontend to other tomcats?

2004-09-09 Thread Tore Halset
Hello! We are using jboss+tomcat on some servers. As we are growing and need more servers we want to introduce a frontend server. One solution would be to use Apache httpd with mod_jk to route trafic to the correct jboss+tomcat server. https://www.company.com/client1 - jboss+tomcat server 1

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

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 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 --

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, 2004, at 15:24, QM wrote: On Thu