Hello,

We've recently set up the latest JRun 4 in a development environment
(Solaris, JDK 1.4.2_4, Apache 2, upgrading from JRun 3.0) and things are
mostly working. I've run into a strange issue, though, where it's not
finding the getServletContext() method in JSPs. Here is the error:

RequestDispatcher rd =
getServletContext().getRequestDispatcher(nextPage);
<----------------->
*** Error: No method named "getServletContext" was found in type
"jrun__ssl__SetPayment2ejsp13". However, there is an accessible
method "getServletConfig"
whose name closely matches the name "getServletContext".

Has anyone encountered this before? Servlets using the same code are
working correctly; it's just JSPs that are unhappy.

--
Chris Boyce
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to