Hello Mladen,
I have pasted entire tomcat logs in my earlier post.
I have a question regarding addition of jcmroute in tomcat server.xml file.
I already have application specific entry in server.xml for jvmroute which is shown as below.
<Engine name="Catalina" defaultHost="server_name" jvmRoute="marsstage_rmiserver_3">
As per the loadbalancing document we would have to add following entry in the server.xml file
<Engine name="Catalina" defaultHost="localhost" jvmRoute="tomcat1">
I am unable to add above entry as already we are having application specific entry in the
server.xml file.
I would like to know if we miss jvmRoute entry for loadbalancing what would be the impact
on our loadbalancinf setup.
kindly respond.
--- On Thu, 9/9/10, Mladen Turk <mturk@apache.org> wrote:
From: Mladen Turk <mturk@apache.org>
Subject: Re: Tomcat Load Balancing Not working and Apache URL is giving 500 error
To: users@tomcat.apache.org
Date: Thursday, September 9, 2010, 6:08 PM
On 09/09/2010 02:19 PM, Amol Puglia wrote:
> Hello Mladen,
>
> I am still getting 500 error while accessing tomcat trhough apache.
>
> I have added following entry as suggested by you in httpd.conf file.
>
> JkMount /eMatrix/* loadbalancer;use_server_errors=500
>
Sorry, that wold actually force Apache error message.
Seems something is broken with your app.
At least the log excerpt you've send shows that.
Send me privately a larger chunk from the request
begin to end (if you don't wish to have it viewed in public)
Regards
--
^TM
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
|