https://issues.apache.org/bugzilla/show_bug.cgi?id=45474
--- Comment #5 from Rob Stewart <[EMAIL PROTECTED]> 2008-08-01 02:39:32 PST --- Double Oops - Turned out I had fixed the problem (config issue). When specifying jvmRoute in the Tomcat server.xml it looks like this... jvmRoute="tc1" and in the httpd.conf it needs to look like this... route=tc1 Doing a copy/paste of the value from the server.xml to the httpd.conf was a major mistake as this... route="tc1" is taken literally, including the quotes which makes it different from the server.xml value! ARGH! PLEASE update the documentation to notify that this is required even when using just an AJP reverse proxy/simpleTCPCluster and not just mod_jk. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
