On 09/09/2010 01:01 PM, Amol Puglia wrote:
Hello Pid,

I have set the jk log level to debug and i can see following messages in the 
mod_jk log.

It seems request is going to tomcat and apache is giving 500 error messages.


Because Tomcat returns 500

To see the tomcat generated page instead Apache one, use uri map extensions
(http://tomcat.apache.org/connectors-doc/reference/uriworkermap.html)

In your case this should be something like:
JkMount /eMatrix/* loadbalancer;use_server_errors=500


Regards
--
^TM

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to