RE: Help with tomcat 5.0.28 loadbalancing

2007-06-13 Thread Caldarale, Charles R
> From: Dwayne A. Ghant [mailto:[EMAIL PROTECTED] > Subject: Re: Help with tomcat 5.0.28 loadbalancing > > When I say weird I mean that I changed both instances of the " homes(1&2)>/webapps/ROOT/index.jsp" to read: > > Since I have changed both of them the old

Re: Help with tomcat 5.0.28 loadbalancing

2007-06-13 Thread Dwayne A. Ghant
Thanks Felix That seemed to be the problem. Who can resist typo's !!! lol When I say weird I mean that I changed both instances of the "homes(1&2)>/webapps/ROOT/index.jsp" to read: "Tomcat A" = <%= request.getSession().getId() %> Tomcat A "Tomcat B" ==

Re: Help with tomcat 5.0.28 loadbalancing

2007-06-13 Thread Felix Schumacher
Am Di, 12.06.2007, 20:32, schrieb Dwayne A. Ghant: > Almost got it loadbalancing almost wokring need minor help > finishing off. Things have chang since I havn't did this in about > 3 years. I keep getting error messages in my "mod_jk.log" file below > every time apache initializes. The connect

Help with tomcat 5.0.28 loadbalancing

2007-06-12 Thread Dwayne A. Ghant
Almost got it loadbalancing almost wokring need minor help finishing off. Things have chang since I havn't did this in about 3 years. I keep getting error messages in my "mod_jk.log" file below every time apache initializes. The connector seems to acting strange!! Can someone please look over