----------------------------------------------------------------
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!!!
----------------------------------------------------------------
Sorry, Gary, instead of some solution to your problem I am actually
writing to you to trouble you with a question.
Your system setup is actually very similar to mine, reading your mail,
I assume that you have the complete setup going alright. However, I have
encounterd some problem during make Jserv1.1.
I am using
Linux 6.0 Mandrake
JDK1.2.2
JSDK2.0
ApacheJServ-1.1
apache_1.3.12
I have successfully configured JServ, but the following error
was encountered when doing make. Have you come across this problem ?
Or could you suggest any solution to it ?
michael
etc.....
etc.....
Making all in jserv
make[5]: Entering directory
`/usr/local/ApacheJServ-1.1/src/java/org/apache/jserv'
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/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.u
til.Enumeration getAttributeNames() from interface
javax.servlet.ServletRequest.
public class JServConnection
^
/usr/local/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.l
ang.String encodeURL(java.lang.String) from interface
javax.servlet.http.HttpServletResponse.
public class JServConnection
^
/usr/local/ApacheJServ-1.1/src/java/org/apache/jserv/JServConnection.java:85:
class org.apache.jserv.JServConnection must be declared abstract. It
does not define void s
etAttribute(java.lang.String, java.lang.Object) from interface
javax.servlet.ServletRequest.
public class JServConnection
Gary wrote:
>
> Hi,
>
> I have installed JServ, Apache, etc, and everything appears to be running
> fine, including the example servlets. I am, however, concerned with an
> error that is logged to mod_jserv.log when I shut down apache:
--
--------------------------------------------------------------
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]