-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
Hi,
I am running Apache 1.3.3 and Jserv 1.0 (JSDK 2.0) on a window 98
machine.I have this statement in my servlet:
Enumeration names =
getServletConfig().getServletContext().getServletNames();
while(names.hasMoreElements()){
String temp = (String)names.nextElement();
out.println(temp);
}
However, I do not get any information back. According to the
documentation it should return, at least, the name of the servlet that
is making the request. Any idea?
--
Felix Guerrero
Multimedia Learning Application Developer
North Dakota State University
Fargo, ND 58102
Ph. 701 231 6284
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]