----------------------------------------------------------------
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!!!
----------------------------------------------------------------
Yep, it worked with your method, you are a hero.
> Hello guys,
>
> I got the same problem a few days ago.
> I was able to fix it anyways. My setup though was on HP UX 11.0
> with Apache Web Server 1.3.11 (rest the same as you have).
>
> Here is my proposed solution : (may just work out !) ;-)
> Make a file called "create" (or whatever) under the apache
> Jserv directory (the directory where you untarred apache).
> The contents of create looks something like this for my setup -
> -----------------------------------------------------------------
> ./configure \
> --prefix=/usr/local/jserv \
> --with-apache-src=/usr/local/apache_1.3.11 \
> --with-java-platform=2 \
> --with-javac=/opt/java/bin/javac \
> --with-jdk-home=/opt/java \
> --with-JSDK=/opt/JSDK2.0/lib/jsdk.jar \
> --enable-debugging
> -------------------------------------------------------------------
> Then execute "create" to configure apache jserv and then make and
> make install. Also be sure you have the GNU utilities installed - autoconf,
> automake, et al. Make sure that your CLASSPATH is pointing to tools.jar.
> CLASSPATH=/opt/java/lib/tools.jar for my setup.
>
> Now i think the lines that made the difference here were the
> explicit declaration of the java-platform. (don't know for sure though !)
>
--
--------------------------------------------------------------
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]