Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> question about the deployment of servlet under Oracle Jserv
Problem:
05/12/2000 18:22:51:478 GMT-06:00] java.lang.NoSuchMethodError:
javax.servlet.ServletRequest: method
setAttribute(Ljava/lang/String;Ljava/lang/Object;)V not found
at org.apache.jserv.JServConnection.processRequest(JServConnection.java) at org.apache.jserv.JServConnection.run(JServConnection.java) at java.lang.Thread.run(Thread.java:479)
How it occur:
I have written a servlet, it seems works fine under JDeveloper
But when I deploy it to Jserv the error occurs
At the same time, if the method getAttribute works fine.
Who has any idea about that?
Thanks
Received on Tue Dec 05 2000 - 19:41:04 CST
![]() |
![]() |