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

I haven been running jserv-0.9.12 successfully for some time but wanted
to upgrade to the lastest version. I'm running apache 1.3.9, the
blackdown JDK version 1.2 and JSDK 2.1 running on a Redhat Linux 6.0
machine. I configure jServ with the following
       command:
       ./configure \ 
               --prefix=/usr/local/jserv \
               --with-apache-src=/usr/arc/apache_1.3.9 \
               --with-JSDK=/usr/local/jskd2.1

The configure process looks like it works fine but when I try to run
make I get the following errors:

Making all in jserv make[5]: Entering directory
`/usr/src/jserv/src/java/org/apache/jserv' Compiling JServ.java ...

JServ.java:171: No constructor matching JServConnection() found in class
org.apache.jserv.JServConnection. 

JServConnection connection = new JServConnection();
                                                    ^

JServ.java:175: Method init(java.net.Socket,
org.apache.java.lang.Semaphore) not found in class
org.apache.jserv.JServConnection. 

connection.init(clientSocket, semaphore);
                                      ^

JServ.java:380: Wrong number of arguments in constructor. 

new JServServletManager(servletZone, confFile);
                       ^

JServ.java:726: No variable confs defined in class
org.apache.jserv.JServServletManager. 

servletManagerTable.get(zone)).confs;
                                                         ^

4 errors make[5]: *** [JServ.class] 
Error 1 make[5]: Leaving directory
`/usr/src/jserv/src/java/org/apache/jserv' make[4]: *** [all-recursive]
Error 1make[4]: Leaving directory `/usr/src/jserv/src/java/org/apache'
make[3]: *** [all-recursive] 
Error 1 make[3]: Leaving directory `/usr/src/jserv/src/java/org'make[2]:
*** [all-recursive] 
Error 1 make[2]: Leaving directory `/usr/src/jserv/src/java' make[1]:
*** [all-recursive] 
Error 1 make[1]: Leaving directory `/usr/src/jserv/src' make: ***
[all-recursive] Error 1 

Any ideas on what the problem is?
Thanks.


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