----------------------------------------------------------------
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!!!
----------------------------------------------------------------
Hi!
You can NOT use JSDK 2.1 with JSERV.
It will never support it. A rewrite of JSERV(TOMCAT) is
required to use 2.1.
Use JSDK 2.0 or move to Tomcat which is not quite
fully featured yet as far as I can understand.
//OLAS
Daniel Montalibet wrote:
> ----------------------------------------------------------------
> 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!!!
> ----------------------------------------------------------------
>
> Configuration:
> ==============
>
> OS: Linux 2.2.16 glibc 2.1.2
> JDK: Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0)
> Classic VM (build 1.3.0, J2RE 1.3.0 IBM build cx130-20000605 (JIT
> enabled: jitc))
> JSDK: 2.1
> JServ: ApacheJServ-1.1.2
>
> Compilation error:
> ==================
>
> /root/tools/ApacheJServ-1.1.2/src/java/org/apache/jserv/JServConnection.java
> :85: org.apache.jserv.JServConnection should be declared abstract; it does
> not define encodeURL(java.lang.String) in org.apache.jserv.JServConnection
> public class JServConnection
> ^
> /root/tools/ApacheJServ-1.1.2/src/java/org/apache/jserv/JServContext.java:90
> : org.apache.jserv.JServContext should be declared abstract; it does not
> define getContext(java.lang.String) in org.apache.jserv.JServContext
> class JServContext implements ServletConfig, ServletContext, JServSendError,
> JServLogChannels {
> ^
> /root/tools/ApacheJServ-1.1.2/src/java/org/apache/jserv/JServSession.java:74
> : org.apache.jserv.JServSession should be declared abstract; it does not
> define getMaxInactiveInterval() in org.apache.jserv.JServSession
> public class JServSession implements HttpSession, JServLogChannels,
> Serializable {
> ^
>
> Any idea ?
> Daniel.
>
> --
> --------------------------------------------------------------
> 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]
--
--------------------------------------------------------------
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]