File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Tomcat and the fly likes EL errors at proprietaryEvaluate method (Tomcat7) Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "EL errors at proprietaryEvaluate method (Tomcat7)" Watch "EL errors at proprietaryEvaluate method (Tomcat7)" New topic
Author

EL errors at proprietaryEvaluate method (Tomcat7)

Praveen Boppana
Greenhorn

Joined: Mar 11, 2013
Posts: 2
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
K. Gil
Ranch Hand

Joined: Apr 29, 2011
Posts: 64

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... ?

Java / Tomcat Hosting at http://goJava.net
Praveen Boppana
Greenhorn

Joined: Mar 11, 2013
Posts: 2
The root cause is "Compilation error - it failing to compile the jsp page, if there is any EL in the page".
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: EL errors at proprietaryEvaluate method (Tomcat7)
 
Similar Threads
Jboss Cache - How To?
Filter not triggerring for applications outside webapps
How to define tomcat log file name?
Include dynamic HTML in a JSP
passing session values between two web application