I can't answer your question directly, but ... You can check if your servlet engine supports the function by using the 'javap' program. First, you will need to determine the name of the class that implements the HttpServletRequest within the Netscape Environment, most likely by using 'jar -tvf'. Tim Gallagher -----Original Message----- From: Chuck Li [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 18, 1999 7:35 AM To: [EMAIL PROTECTED] Subject: Hi. I have a question regarding the HttpSession. I am running my servlets on Netscape Enterprise Web server 3.5. When i tried with the sample session servlet, it returned with following error message: java.lang.NoSuchMethodError: javax.servlet.http.HttpServletRequest: method getSession (Z)Ljavax/servlet/http/HttpSession; not found at * at javax.servlet.http.HttpServlet.service(HttpServlet.java:252) at javax.servlet.http.HttpServlet.service(HttpServlet.java:330) at sun.servlet.netscape.NSRunner.run(NSRunner.java:144) at netscape.server.applet.ServerApplet.handleRequest(ServerApplet.java:69) at netscape.server.applet.HttpApplet.handleRequest(HttpApplet.java:680) Is this because the web server does not support servlet session tracking or some other reason like misconfiguration etc. ? Thanks Chuck ________________________________________________________________________ ___ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
