• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

EL errors at proprietaryEvaluate method (Tomcat7)

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I'm very new to tomcat7 environment, we are migrating from oc4j to tomcat7.
We have an issue with EL in jsp pages throwing error
"The method proprietaryEvaluate(String, Class, PageContext, null, boolean)
is undefined for the type PageContextImpl."

Tried setting the system property
-Dorg.apache.el.parser.SKIP_IDENTIFIER_CHECK=true in catalina.properties
file. Didn't resolve the issue. Page works fine after taking out EL
expressions.

Here is the EL expression we are using ${sessionScope.cachecontrol}

What are we missing?. Really appreciate your help.

Environment: Tomcat 7.0.37, jdk1.6.

Thanks
Praveen
 
Ranch Hand
Posts: 75
Tomcat Server Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

jsp pages throwing error
"The method proprietaryEvaluate(String, Class, PageContext, null, boolean)
is undefined for the type PageContextImpl."



and a "root cause" part of your exception is... ?
 
Praveen Boppana
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The root cause is "Compilation error - it failing to compile the jsp page, if there is any EL in the page".
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic