Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 6550 invoked from network); 16 Nov 2000 18:48:17 -0000 Received: from lukla.sun.com (192.18.98.31) by locus.apache.org with SMTP; 16 Nov 2000 18:48:17 -0000 Received: from centralmail1.Central.Sun.COM ([129.147.62.10]) by lukla.Sun.COM (8.9.3+Sun/8.9.3) with ESMTP id LAA27214 for ; Thu, 16 Nov 2000 11:48:15 -0700 (MST) Received: from esun1as-mm. (esun1as-mm.Central.Sun.COM [129.147.34.144]) by centralmail1.Central.Sun.COM (8.9.3+Sun/8.9.3/ENSMAIL,v1.7) with SMTP id LAA26517 for ; Thu, 16 Nov 2000 11:48:11 -0700 (MST) Received: from eng.sun.com by esun1as-mm. (SMI-8.6/SMI-SVR4) id MAA15581; Thu, 16 Nov 2000 12:00:04 -0700 Message-ID: <3A142C39.9801C2A8@eng.sun.com> Date: Thu, 16 Nov 2000 10:49:29 -0800 From: "Craig R. McClanahan" X-Mailer: Mozilla 4.75 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: tomcat-user@jakarta.apache.org Subject: Re: Problem porting servlets from JServ to Tomcat References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Dave DeHaan wrote: > - Compatible with Java Servlet Development Kit (JSDK) 2.0 > This is likely to be the key to your problem. Several major things from the Servlet 2.0 API were deprecated -- for example, the ServletContext.getServlet() method now returns null, and you can no longer use an HttpSessionContext at all -- so if this application requires those features of 2.0, it will not run under Tomcat. > > Does anyone have a clue as to why this servlet won't load? > Without source code, (in particular for the init() method of the com.novell.webaccess.WebAccessServlet class), there isn't much anyone can do to help you further. > > Thanks. > > David E. DeHaan > ddehaan@dordt.edu Craig McClanahan