Re: Tutorial: Load Balancing Tomcat with Apache

2009-02-17 Thread GF
Thank You for feedback. The answers: 1) I'll add that note. You're right, It's important. 2) Usually, I keep the main ServerRoot of Apache Httpd just as a "dummy" website, and even if I have just one website to setup, I always create a virtual host (for example on Debian, using the symbolic linkin

Re: Tutorial: Load Balancing Tomcat with Apache

2009-02-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 To whom iy may concern, On 2/16/2009 4:21 PM, GF wrote: > I wrote a tutorial about load balancing Tomcat with Apache Proxy Module. > > This is the url: > http://www.zulutown.com/blog/2009/02/16/java-ee-load-balancing-with-tomcat-and-apache/ > Any fee

Re: Tutorial: Load Balancing Tomcat with Apache

2009-02-16 Thread Ben Stringer
Hi, Nice work on the tutorial. I have some feedback. 1) I would mention the version of the httpd and tomcat that you are using. For instance, the load balancing mechanism you are using in httpd is only supported by Apache Httpd 2.2 2) I don't see why you need to create a virtual host in httpd, u

Tutorial: Load Balancing Tomcat with Apache

2009-02-16 Thread GF
Hello everyone I wrote a tutorial about load balancing Tomcat with Apache Proxy Module. This is the url: http://www.zulutown.com/blog/2009/02/16/java-ee-load-balancing-with-tomcat-and-apache/ Any feedback will be really appreciated. Thank You.