----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------



>Need some help!!
>
>Running Red Hat Linux, have compiled the Apache version 1.3.9 server, and
>am trying to include the servlet engine.
>
>During the compilation of the servlet kit (JServ version 1.1 dated
>14-Jan-2000 17:20 ) I receive a java compilation error in the java source
>JServ.java:
>
>
>
>Here is the Java Version:
>[root@cmlinux ApacheJServ-1.1]# java -version
>java version "1.2"
>Classic VM (build Linux_JDK_1.2_pre-release-v2, native threads, sunwjit)
>[root@cmlinux ApacheJServ-1.1]#
>
>Here is the Error:
>Compiling Ajpv12InputStream.java ...
>Compiling JServ.java ...
>JServ.java:171: class org.apache.jserv.JServConnection is an abstract
>class. It can't be instantiated.
>                JServConnection connection = new JServConnection();
>                                             ^
>/usr/local/jserv/ApacheJServ-1.1/src/java/org/apache/jserv/JServConnection
.
>java:85: class org.apache.jserv.JServConnection must be declared
abstract.
>It does not define javax.servlet.http.HttpSession getSession() from
>interface javax.servlet.http.HttpServletRequest.
>public class JServConnection
>             ^
>/usr/local/jserv/ApacheJServ-1.1/src/java/org/apache/jserv/JServConnection
.
>java:85: class org.apache.jserv.JServConnection must be declared
abstract.
>It does not define java.util.Enumeration getAttributeNames() from
interface
> javax.servlet.ServletRequest.
>
>
>I am sure that I am doing something dumb :)
>
>Thanks for your suggestions..
>
>
>
>
>
>




--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to