The following reply was made to PR mod_jserv/3962; it has been noted by GNATS.
From: "jon *" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: mod_jserv/3962: file missing Date: Wed, 24 Feb 1999 15:00:00 -0800 > ./org/apache/jserv/JServUtils.java:66: Class javax.servlet.http.Cookie not > found in import. > import javax.servlet.http.Cookie; You are missing the 2.0 servlet API in your CLASSPATH. Please download it from Sun and put it into your classpath. Then run configure and make again. thanks, -jon