----------------------------------------------------------------
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!!!
----------------------------------------------------------------
When I try and configure JServe like this:
## Configure Apache Jserv
cd ../ApacheJServ-1.1.2
./configure \
--with-apache-src=../apache_1.3.12 \
--prefix=/usr/local/jserv \
--with-jdk-home=/usr/local/jdk \
--with-JSDK=/usr/local/jsdk/lib/jsdk.jar
--enable-EAPI \
--disable-debugging
make
make install
I get this:
checking for JDK location (please wait)... /usr/local/jdk
checking Java platform... forced Java 1
checking for false... /bin/false
checking java... /usr/local/jdk/bin/java
checking javac... /usr/local/jdk/bin/javac
checking javadoc... /usr/local/jdk/bin/javadoc
checking jar... /usr/local/jdk/bin/jar
checking JSDK... configure: error: javax.servlet.Servlet not found in
/usr/local
/JSDK2.0/lib/jsdk.jar
I can not figure out what the deal is with this. I am starting to think
there is something wrong with the JSDK I downloaded. I downloaded it twice.
Could it be I am extracting it incorrectly. I am extracting it with a tar
xzvf jsdk20-solaris2-sparc.tar.Z
I am running Redhat 6.2.
Thanks,
Keith Vance
Web Developer
[EMAIL PROTECTED]
(206) 436-3874
--
--------------------------------------------------------------
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]