3.5 does not support Servlet HttpSessions

Chuck Li wrote:
>
> 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

Reply via email to