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

Hello,

 I have done this same procedure on several servers with the same software
source and platforms. Why it works sometimes and other times not is a puzzle
for me. 

server type : linux RH 6.0
source code:
jsdk20-solaris2-sparc.tar.Z
ibm-jdk-l118-linux-x86.tgz
ApacheJServ-1.1.tar.gz
apache_1.3.9.tar.gz

Apache configuration:
./configure \
--prefix=/home/httpd \
--exec-prefix=/usr/sbin \
--bindir=/usr/bin \
--sbindir=/usr/sbin \
--logfiledir=/home/logs \
--enable-module=info \
--enable-module=proxy \
--enable-module=vhost_alias \
--enable-module=log_referer \
--enable-rule=SHARED_CORE \
--enable-module=so

ApacheJServ-1.1 configuration
./configure \
--with-apache-src=/home/src/apache_1.3.9 \
--with-apache-instal=/home/httpd \
--with-apxs=/home/httpd/bin/apxs \
--enable-EAPI \
--enable-apache-conf \
--prefix=/home/jserv \
--with-JSDK=/home/src/JSDK2.0/lib/jsdk.jar \
--with-jdk-home=/home/java/jdk118/lib/jsdk.jar \
--disable-debugging 

The error:
<snip stuff>
checking for JDK location (please wait)... /home/java/jdk118
checking Java platform... forced Java 1
checking for false... /bin/false
checking java... /home/java/jdk118/bin/java
checking javac... /home/java/jdk118/bin/javac
checking javadoc... /home/java/jdk118/bin/javadoc
checking jar... /home/java/jdk118/bin/jar
checking JSDK... configure: error: javax.servlet.Servlet not found in 
/home/src/JSDK2.0/lib/jsdk.jar


the actual file is there:
[root@bulldog ApacheJServ-1.1]# ls -la /home/src/JSDK2.0/lib/jsdk.jar
-rw-r--r--   1 webman   webman      76453 Feb 23 20:58
/home/src/JSDK2.0/lib/jsdk.jar

Why this same procedure works sometimes and others not?
Is the problem the JSDK2.0 or the configuration?

thanks
dc
        


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