Remember your JSP's are running on the same m/c as the server running. JSP is nothing but a peice of java code so if you want to get the local machine name in java use java.net.InetAddress class.
Kesav Kumar Kolla
Voquette Inc
650 356 3740(W)
510 889 6840(R)
Voquette...Delivering Sound Information
-----Original Message-----
From: Anthony Farrell [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 09, 2001 5:44 AM
To: Orion-Interest
Subject: [OT] Getting the machine name from JSP
Hello All,
I would like to retrieve the actual machine name
from JSP -
Using the request.getServerName()
returns the server name -
but what i'm looking for is the name of the machine that the
server is running on -
thanks
tony
