----------------------------------------------------------------
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!!!
----------------------------------------------------------------


You have to use JSDK2.0, not 2.1.
Jserv won't ever work with 2.1.
Use Tomcat if you need 2.1

Regards,
naeem

> -----Original Message-----
> From: Jean-Sebastien Morisset [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, April 12, 2000 10:47 AM
> To: Java Apache Users
> Subject: Compiling Jserv1.1 or 1.1.1b1
> 
> 
> ----------------------------------------------------------------
> 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!!!
> ----------------------------------------------------------------
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> I've read the FAQ but haven't seen anything close to this. 
> I'm trying to
> compile Jserv for Apache under Solaris 7 (or 2.7, or SunOS 5.7).
> 
> Here's my configure parameters:
> 
> ./configure \
>         --prefix=/opt/apache-1.3.12 \
>         --with-apache-src=../apache_1.3.12 \
>         --with-JSDK=/opt/jsdk2.1
> 
> And the error I get:
> 
> Making all in jserv
> make[5]: Entering directory
> `/export/home/jsmoriss/src/APACHE/ApacheJServ-1.1.1b1/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();
>                                              ^
> /export/home/jsmoriss/src/APACHE/ApacheJServ-1.1.1b1/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
>              ^
> /export/home/jsmoriss/src/APACHE/ApacheJServ-1.1.1b1/src/java/
org/apache/jserv/JServConnection.java:85:
> class org.apache.jserv.JServConnection must be 
> declared abstract. It does not define void 
> setAttribute(java.lang.String,
> java.lang.Object) from interface javax.servlet.ServletRequest.
> public class JServConnection
> [...]
> 
> Any suggestions would be gladly welcome.
> 
> Thanks,
> js.
> - -- 
> Jean-Sebastien Morisset, Sr. UNIX Admin <[EMAIL PROTECTED]>
> Personal Homepage <http://www.jsmoriss.dyndns.org/> 
> UNIX, Internet, Homebrewing, Cigars, PCS, CP2020 and other 
> Fun Stuff...
> This is Linux Country. On a quiet night you can hear Windows 
> NT reboot!
> 
> -----BEGIN PGP SIGNATURE-----
> Version: PGP 6.5.1i
> Comment: Personal Home Page <http://jsm.montreal.qc.ca/>
> 
> iQA/AwUBOPSaepxsiDnGGop4EQI2TwCfd/ERKWgleb9tfJB4I4zhRK+rsWYAoOGs
> uB2vYlzzNa4zyExfMJ0iCJVG
> =+PPY
> -----END PGP SIGNATURE-----
> 
> 
> --
> --------------------------------------------------------------
> 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]

Reply via email to