RE: [OT] Getting the machine name from JSP

2001-08-09 Thread Aaron Tavistock
Use java.net.InetAddress.getLocalHost().getName(); -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 n

RE: [OT] Getting the machine name from JSP

2001-08-09 Thread Kesav Kumar
Title: RE: [OT] Getting the machine name from JSP 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 3