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

Home -> Community -> Usenet -> c.d.o.server -> Method setAttribute(java.lang.String, java.lang.Integer) not found in interface javax.servlet.ServletContext

Method setAttribute(java.lang.String, java.lang.Integer) not found in interface javax.servlet.ServletContext

From: Matjaz Trtnik <matjaz.trtnik_at_portal.si>
Date: Wed, 3 Oct 2001 11:13:45 +0200
Message-ID: <sBAu7.817$8v1.26867@news.siol.net>


Hello!

I have problem when executing JSP:

Request URI:/e-uprava/admin/faq/faq_vnos.jsp

Exception:
oracle.jsp.provider.JspCompileException: Errors
compiling:/u1/oracle/app/oracle/product/8.1.7.0.1/Apache/Apache/htdocs/_page s/_e_2d_uprava/_admin/_faq/_faq__vnos.java Line # Error
58
 Method setAttribute(java.lang.String, java.lang.Integer) not found in interface javax.servlet.ServletContext. application.setAttribute("ABC", new Integer(1));

But the same JSP works fine on TomCat. Do I use some old version of servlet.jar or something like that?

Regards,
Matjaz Received on Wed Oct 03 2001 - 04:13:45 CDT

Original text of this message

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