Jump to content
We've recently updated our Privacy Statement, available here ×

Jserv 1.1.2 (jsdk 2.0)


Recommended Posts

By: Sam - ssa00319

Jserv 1.1.2 (jsdk 2.0)

2003-04-15 09:33

I've got a pb with servlets under jserv 1.1.2 (jsdk 2.0) ans i can't migrate to tomcat...

 

When i use HtmlServlet example, i've got the error :java.lang.NoSuchMethodError: javax.servlet.http.HttpServletRequest: method getSession()Ljavax/servlet/http/HttpSession; not found

at org.apache.jserv.JServConnection.processRequest(JServConnection.java:323)

at org.apache.jserv.JServConnection.run(JServConnection.java:188)

at java.lang.Thread.run(Unknown Source)

 

In fact, it seem to be because HttpSession don't recognize request.getSession() used in line request.getSession().setAttribute("IMAGES_MAP", imagesMap).

 

Could help me or have the same (old i know) environment ?

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...