> From: Jerry Malcolm [mailto:2ndgenfi...@gmail.com] 
> Subject: Re: Logging - including host name in log file?

> A context runs in a host.

That is a Tomcat-specific implementation mechanism, not something mandated by 
the servlet spec.  Consequently, there is nothing in the spec that would let 
you see a <Host> associated with a webapp.  You could use JMX from inside the 
webapp to poke through the Tomcat nodes and find the host name during the 
init() method.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


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

Reply via email to