Try using the getServerInfo() method , returns details about the server engine
which is running, not sure whether that's what you are looking for , if you are
check the foll ,lines.
public void init(ServletConfig config) throws ServletException
{
String sinfo="";
super.init(config);
ServletContext sc = config.getServletContext();
sinfo = sc.getServerInfo();
}
Santosh
"Mr. Srinivas Rao" <[EMAIL PROTECTED]> on 06/08/2000 06:04:21 AM
Please respond to A mailing list about Java Server Pages specification and
reference <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
cc: (bcc: Santosh Daryani/IT/Aon Consulting)
Subject: Domain Name
Hi every body
any body please suggest me how should i approach to get the details
of a domain name by using java (like this is equilant to the whois
command in unix)
advance thanx
E.Srinivas Rao
Software Analyst
Palcom India (Expect the Best !!!)
(www.palcom.net)
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets