import javax.servlet.http.* problems

2002-05-06 Thread Helferty, Richard (FUSA)
Tomcat 4.0.3 JDK 1.4 Attempt to compile following Servlet results in error. Question. Is ServletUtilities renamed or unavailable in tomcat-4.0.3 or javax.servlet.http.* renamed. Or is it something else. Thanks for the help Code: package moreservlets; import java.io.*; import javax.servlet.*;

Re: import javax.servlet.http.* problems

2002-05-06 Thread PChaganti
I don't think there is a ServletUtilities class in the servlet API (javax.servlet.*). -prabhakar chaganti Tomcat 4.0.3 JDK 1.4 Attempt to compile following Servlet results in error. Question. Is ServletUtilities renamed or unavailable in tomcat-4.0.3 or javax.servlet.http.* renamed. Or is