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

open the jserv.properties file in the jserv's conf directory
and find a entry wrapper.classpath
below that just add the following 
wrapper.classpath="path to jsdk2.0.jar file"


try this and let me know the answer

Regards
guru


-----Original Message-----
From: Drew Linsalata [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 30, 2001 11:00 AM
To: [EMAIL PROTECTED]
Subject: JServ 1.1.2 install problem (FreeBSD 4.0-RELEASE)


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

1.30.2001

System: FreeBSD 4.0-RELEASE
Apache version: 1.3.14
JDK version: 1.1.8
JSDK version: 2.0
gmake: 3.78.1

Problem: JServ configuration script fails with:

   error: javax.servlet.Servlet not found in /usr/local/JSDK2.0/lib/jsdk.jar

Yes, jdk1.1.8 and JSDK2.0 are already installed, yes $CLASSPATH is pointing
at the jsdk.jar file explicitly, and yes, I did run configure with
"--with-JSDK" pointing at the .jar file.

I'm stumped on this one.  Any hot ideas from the pros? The output of my
config.log is down below.

Drew Linsalata
The Gotham Bus Company
Internet Server and Carrier Neutral Co-Location
http://www.gothambus.com


-- config command ----
./configure --prefix=/usr/local/jserv \
--with-apache-src=/usr/local/src/apache_1.3.14 \
--with-jdk-home=/usr/local/jdk1.1.8 \
--with-JSDK=/usr/local/JSDK2.0/lib/jsdk.jar



--- config.log -------
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:784: checking for a BSD compatible install
configure:837: checking whether build environment is sane
configure:894: checking whether make sets ${MAKE}
configure:940: checking for working aclocal
configure:953: checking for working autoconf
configure:966: checking for working automake
configure:979: checking for working autoheader
configure:992: checking for working makeinfo
configure:1083: checking host system type
configure:1104: checking build system type
configure:1124: checking for ranlib
configure:1154: checking for gcc
configure:1267: checking whether the C compiler (gcc  ) works
configure:1283: gcc -o conftest    conftest.c  1>&5
configure:1309: checking whether the C compiler (gcc  ) is a cross-compiler
configure:1314: checking whether we are using GNU C
configure:1323: gcc -E conftest.c
configure:1342: checking whether gcc accepts -g
configure:1385: checking for ld used by GCC
configure:1448: checking if the linker (/usr/libexec/elf/ld) is GNU ld
GNU ld version 2.9.1 (with BFD 2.9.1)
configure:1464: checking for BSD-compatible nm
configure:1501: checking whether ln -s works
ltconfig:603: checking for object suffix
ltconfig:604: gcc -c -g -O2  conftest.c 1>&5
ltconfig:629: checking for executable suffix
ltconfig:630: gcc -o conftest -g -O2   conftest.c  1>&5
ltconfig:776: checking if gcc PIC flag -fPIC works
ltconfig:777: gcc -c -g -O2 -fPIC -DPIC  conftest.c 1>&5
ltconfig:829: checking if gcc supports -c -o file.o
ltconfig:830: gcc -c -g -O2 -o out/conftest2.o  conftest.c 1>&5
ltconfig:862: checking if gcc supports -c -o file.lo
ltconfig:863: gcc -c -g -O2 -c -o conftest.lo  conftest.c 1>&5
ltconfig:914: checking if gcc supports -fno-rtti -fno-exceptions
ltconfig:915: gcc -c -g -O2 -fno-rtti -fno-exceptions -c conftest.c
conftest.c 1>&5
ltconfig:958: checking if gcc static flag -static works
ltconfig:959: gcc -o conftest -g -O2   -static conftest.c  1>&5
GNU ld version 2.9.1 (with BFD 2.9.1)
ltconfig:1592: checking if global_symbol_pipe works
ltconfig:1593: gcc -c -g -O2  conftest.c 1>&5
ltconfig:1596: eval "/usr/bin/nm -B conftest.o | sed -n -e 's/^.*[
]\([ABCDGISTW]\)[       ][      ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3
\3/p' > conftest.nm"
ltconfig:1648: gcc -o conftest -g -O2 -fno-builtin -fno-rtti -fno-exceptions
conftest.c conftstm.o 1>&5
configure:1685: checking whether make sets ${MAKE}
configure:1724: checking for a BSD compatible install
configure:1777: checking whether ln -s works
configure:1800: checking for gcc
configure:1913: checking whether the C compiler (gcc -g -O2 ) works
configure:1929: gcc -o conftest -g -O2   conftest.c  1>&5
configure:1955: checking whether the C compiler (gcc -g -O2 ) is a
cross-compiler
configure:1960: checking whether we are using GNU C
configure:1988: checking whether gcc accepts -g
configure:2026: checking for echo
configure:2061: checking for find
configure:2096: checking for sed
configure:2131: checking for test
configure:2166: checking for rm
configure:2201: checking for head
configure:2236: checking for tr
configure:2271: checking for grep
configure:2306: checking for cut
configure:2341: checking for touch
configure:2376: checking for cat
configure:2411: checking for cp
configure:2446: checking for make
configure:2481: checking for chmod
configure:2517: checking for GNU make
configure:2547: checking for working const
configure:2601: gcc -c -g -O2  conftest.c 1>&5
configure:2622: checking how to run the C preprocessor
configure:2643: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:2702: checking for ANSI C header files
configure:2715: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:2782: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2806: checking for mode_t
configure:2839: checking whether time.h and sys/time.h may both be included
configure:2853: gcc -c -g -O2  conftest.c 1>&5
configure:2874: checking whether struct tm is in sys/time.h or time.h
configure:2887: gcc -c -g -O2  conftest.c 1>&5
configure:2910: checking for ANSI C header files
configure:3016: checking for gettimeofday
configure:3044: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3204: checking for Apache source directory (assume static build)
configure:3221: checking for Apache include directory
configure:3485: checking for JDK location (please wait)
configure:3593: checking Java platform
configure:3621: checking for false
configure:3659: checking java
configure:3729: checking javac
configure:3799: checking javadoc
configure:3869: checking jar
configure:3938: checking JSDK








--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to