I am having trouble installing Apache JServe.  I successfully installed the
JSDK2.0, which it requires.  I can install, write, compile and server
servlets using the JSDK2.0 tools like servletrunner and my existing JDK.

So here is what I did.

I did a DSO build of Apache, which works great.

I then followed these steps to build my Jserve

./configure \
--prefix=/usr/local/jserv \
--with-apxs=/usr/local/apache/bin/apxs \
--with-jdk-home=/usr/bin \
--with-JSDK=/usr/local/JSDK2.0/lib/jsdk.jar \
--disable debugging

This runs fine, now that I've got the CLASSPATH stuff straightened out.
Then, when I type make, it starts off correctly, but then gives me the
following error:

./org/apache/jserv/JServSTMStore.java:378: variable TURBO not found in class
org.apache.jserv.JServ
        if (!JServ.TURBO && JServ.log.active) {
                  ^50 errors
make[2]: *** [org/apache/jserv/JServ.class] Error 255
make[2]: Leaving directory `/usr/src/ApacheJServ-1.0/src/java'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/ApacheJServ-1.0/src'
make: *** [all-recursive] Error 1

I've tried re-installing the JSDK, and that's worked.  And when I query my
server to see what it's running, it says that JServe is installed, but it
isn't.

Does anybody have any suggestions?

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to