Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Method setAttribute(java.lang.String, java.lang.Integer) not found in interface javax.servlet.ServletContext
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
![]() |
![]() |