RE: Apache 1.3.23 +Tomcat 4.0.2

2002-03-04 Thread Patrick Lee
See: http://www.ubeans.com/tomcat/index.html Works for me. At 12:19 PM 3/3/2002, Brian Adams wrote: Hi David, There is a two mods you can use. mod_jk and mod_webapp. webapp http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-connectors/webapp/ jk_mod

RE: Apache 1.3.23 +Tomcat 4.0.2

2002-03-03 Thread Brian Adams
Hi David, There is a two mods you can use. mod_jk and mod_webapp. webapp http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-connectors/webapp/ jk_mod http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-connectors/jk/ also, http://www.jguru.com/faq/Servlets is a great site for FAQ on tomcat. Alex

RE: Apache 1.3.23 + Tomcat 4.0.2 Load balancing HOWTO

2002-01-25 Thread Furmaniak Christophe
Good job! Except that you might specify that creating two instances of the tomcat installation is not needed as you can share the main binaries and libs by specifying 2 distinct CATALINA_BASE variables. Just maybe one more question, why does Craig R. McClanahan did first answer that load

Re: Apache 1.3.23 + Tomcat 4.0.2 Load balancing HOWTO

2002-01-25 Thread Jean-Luc BEAUDET
Furmaniak Christophe a écrit : Good job! Except that you might specify that creating two instances of the tomcat installation is not needed as you can share the main binaries and libs by specifying 2 distinct CATALINA_BASE variables. Just maybe one more question, why does Craig R.

Re: Apache 1.3.23 + Tomcat 4.0.2 Load balancing HOWTO

2002-01-25 Thread Remy Maucherat
Just maybe one more question, why does Craig R. McClanahan did first answer that load balancing was not working in TC4 and then Remy Maucherat answered it worked by specifying the jvmRoute param for the engine? Because Craig was probably not aware of all the details, since he didn't

RE: Apache 1.3.23 + Tomcat 4.0.2 Load balancing HOWTO

2002-01-25 Thread Furmaniak Christophe
ok, thx. Does it work only for mod_jk? Christophe -Message d'origine- De : Remy Maucherat [mailto:[EMAIL PROTECTED]] Envoyé : vendredi 25 janvier 2002 15:21 À : Tomcat Users List Objet : Re: Apache 1.3.23 + Tomcat 4.0.2 Load balancing HOWTO Just maybe one more question, why

Re: Apache 1.3.23 + Tomcat 4.0.2 Load balancing HOWTO

2002-01-25 Thread Pascal Forget
Andrew Logan wrote: A quick question, why did you choose to use the AJP13 connector rather than the WARP connector that is recommended? My understanding was the warp connector is used in conjunction with mod_webapp, which currently forwards all requests to Tomcat, not just JSP and servlets;

Re: Apache 1.3.23 + Tomcat 4.0.2 Load balancing HOWTO

2002-01-25 Thread Pascal Forget
Salut Christophe, Furmaniak Christophe wrote: Good job! Thanks, I appreciate it. Except that you might specify that creating two instances of the tomcat installation is not needed as you can share the main binaries and libs by specifying 2 distinct CATALINA_BASE variables. True, but in

RE: Apache 1.3.23 + Tomcat 4.0.2 Load balancing HOWTO

2002-01-25 Thread Anton Brazhnyk
Hi, -Original Message- From: Pascal Forget [mailto:[EMAIL PROTECTED]] Sent: Friday, January 25, 2002 5:20 PM To: Tomcat Users List Subject: Re: Apache 1.3.23 + Tomcat 4.0.2 Load balancing HOWTO Andrew Logan wrote: My understanding was the warp connector is used

Re: Apache 1.3.23 + Tomcat 4.0.2 Load balancing HOWTO

2002-01-24 Thread Andrew Logan
Pascal A quick question, why did you choose to use the AJP13 connector rather than the WARP connector that is recommended? Best regards Andy [EMAIL PROTECTED] 25/01/2002 13:01:09 Hi All, As promised, this article contains step by step instructions for configuring an Apache 1.3.23 web server