At 1/26/2003 04:57 PM, you wrote:
Not sure if I understand your question, but will this work for you from w/i a servlet or other class running under Tomcat?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
String ipaddr = InetAddress.getLocalHost().getHostAddress();
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
