Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> question about the deployment of servlet under Oracle Jserv

question about the deployment of servlet under Oracle Jserv

From: Haizheng Zhang <haizhengzhang_at_yahoo.com>
Date: Tue, 5 Dec 2000 19:41:04 -0600
Message-ID: <90k5g6$r7m$1@news.iastate.edu>

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US