Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 83561 invoked from network); 27 Oct 2001 15:20:32 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 27 Oct 2001 15:20:32 -0000 Received: (qmail 3118 invoked by uid 97); 27 Oct 2001 15:19:54 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: Reply-To: "Tomcat Developers Mailing List" List-Id: "Tomcat Developers Mailing List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 3029 invoked from network); 27 Oct 2001 15:19:41 -0000 Date: Sat, 27 Oct 2001 17:12:26 +0200 From: Incze Lajos To: tomcat-dev@jakarta.apache.org Subject: Re: java.lang.NoSuchMethod Message-ID: <20011027171226.A30339@incze.incze.hu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from ben.sifuentes@intechpro.com on Fri, Oct 26, 2001 at 05:28:43PM -0400 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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.getServletContext(); Ben, you're getting java.lang.NoSuchMethod exception when using session.getServletContext(), because there is No Such Method in HttpSession. incze -- To unsubscribe, e-mail: For additional commands, e-mail: