On Sat, 27 Oct 2001, Incze Lajos wrote:
> Date: Sat, 27 Oct 2001 17:12:26 +0200
> From: Incze Lajos <[EMAIL PROTECTED]>
> Reply-To: Tomcat Developers Mailing List <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: java.lang.NoSuchMethod
>
> On Fri, Oct
On Fri, Oct 26, 2001 at 05:28:43PM -0400, Ben Sifuentes wrote:
> I'm getting a java.lang.NoSuchMethod error when executing the following:
>
> // Retrieve the context for this object
> HttpSession session = req.getSession();
> ServletContext context = session.getSe
I'm getting a java.lang.NoSuchMethod error when executing the following:
// Retrieve the context for this object
HttpSession session = req.getSession();
ServletContext context = session.getServletContext();
The error seems to be happening on the call to getServletContext()