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 "<tomcat homes(1&2)>/webapps/ROOT/index.jsp"
to read:

"Tomcat A"
=================================
<html>
<body bgcolor="red">
<center>
<%= request.getSession().getId() %>
<h1>Tomcat A</h1>
</body>
</html>

"Tomcat B"
=================================
<html>
<body bgcolor="blue">
<center>
<%= request.getSession().getId() %>
<h1>Tomcat B</h1>
</body>
</html>


Since I have changed both of them the old "index.jsp" file keep coming up as default. The file that says "If you're seeing this page via a web browser, it means you've setup Tomcat successfully. Congratulations!"

I know that it's something simple, but sometimes when looking at this thing 3 days
straight I can go a little senile.


Thank you for your time.

Felix Schumacher wrote:
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 connector seems to acting strange!!
...
worker.loadbalancer.type=lb
worker.loadbalancer.balanced_workers=tomcat5_0_28A, tomcat5_0_28B
...
[Tue Jun 12 14:21:51 2007] [5226:30880] [warn]
jk_map_read_property::jk_map.c (432): The attribute
'worker.loadbalancer.balanced_workers' is deprecated - please check the
documentation for the correct replacement.
...
The log message tells you to rename the attribute balanced_workers to
something different - which you should look up in the documentation.
(Hint: It is balance_workers instead of balanced_workers)

And what do you mean by "acting strange"?
Have you set the jvmRoute attribute in the Server->Engine configuration of
the both tomcats?

Bye
 Felix



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--
Dwayne A. Ghant
Application Developer
Temple University
215.204.3467
[EMAIL PROTECTED]


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to