You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2008/12/04 15:39:28 UTC

DO NOT REPLY [Bug 46337] real worker name is wrong

https://issues.apache.org/bugzilla/show_bug.cgi?id=46337





--- Comment #1 from Rainer Jung <ra...@kippdata.de>  2008-12-04 06:39:26 PST ---
The route in the service struct is used for two purposes:

1) we send it via ajp12 and ajp13 to the backend
2) we set it in the load balancer and make it available for logging in Apache
httpd

Ad 1) Unfortunately route is never initialized before sending via AJP and
consistently it is never used in the Tomcat AJP connector. I think it would be
nice to actually set it to the route of the worker before sending to a backend,
and to allow the route contained in the session id to be injected by the
request and not only to be statically determined by jvmRoute in server.xml.

Ad 2) Here we need to decide consistently, whether we want to make the route
which was requested available, or the one we have actually chosen.


-- 
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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org