Re: Problem porting servlets from JServ to Tomcat

2000-11-16 Thread Craig R. McClanahan
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 a

Problem porting servlets from JServ to Tomcat

2000-11-16 Thread Dave DeHaan
I'm trying to port my servlets from JServ 1.1.2 to Tomcat 3.1. Most of them have worked fine; however, I cannot get the Novell GroupWise WebAccess servlet to function properly. It worked fine under JServ 1.1.2. This was on the same machine with the same JDK 1.2.2 installation. I have verifi