At 1/26/2003 02:31 PM, you wrote:
How does this help if there are multiple IP addresses on a single host? John-----Original Message----- From: Kirill Maximov [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 26, 2003 2:04 PM To: Tomcat Users List Subject: Re: How to get IP address Tomcat bound to. On 0, Mark <[EMAIL PROTECTED]> wrote: > At 1/26/2003 04:57 PM, you wrote: > > I have a programming question - how can I get > > the IP address the TomCat is bound to ? Is this possible? > > > > I suppose, I have to use some internal TomCat API here .. > > > > With kind regards, > > Kirill Maximov > > Not sure if I understand your question, but will this work for you > from w/i > a servlet or other class running under Tomcat? > > String ipaddr = InetAddress.getLocalHost().getHostAddress(); Thanks a lot, that's what I was looking for!
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
