All,

Does anyone know if it's possible and/or convenient to fetch the jvmRoute from a servlet filter?

I'd like to write a Filter that puts some information like this into the response headers:

  X-App-Server-IP: 10.0.0.1
  X-App-Server-Route: jvmRoute

Is it possible to get that information from only the request/context information?

Maybe I'd have to get it via JMX which isn't great, but better than nothing.

-chris

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

Reply via email to