[NB:  lines beginning with ** are my statements, >>-yours, >-Brahm's]

**Hi Michael,

>>another question: Where can i download the JSDK2.0 for Linux?

**go to www.javasoft.com there you hava JSDK2.0 download options. choose the
one with the *.tar* extension.  put it in the directory as **mentioned
below.


>>So i want to install JServ with SuSE Linux 6.0 too.
>>Do you have a complete installation decription?
>>
>>Michael


**The following is what Brahm had written to me and it worked.


>I solved my problem as follows, your mileage may vary:
>
>Download the Apache 3.1.6 source file.  If you are going to battle, you may
>as well use the latest version otherwise you are going to have to to it
>again, soon.
>Download Apache-JServ-1.0.b3

**the following is important
**goto #yast - check for installed packages - change/create conf.. -- dev
**and look whether the following is installed

>Ensure that you have glib2.07 NOT 2.1
>autoconf 2.12
>automake 1.3b
>Libtool 1.2
>
>My directory layout was as follows:
>

**follow the same dir sturcture, for good.

>Extract the gz or bz2 files as follows:
>
>/usr/src/apache_1.3.6
>/usr/src/Apache-JServ-1.0b3
>/usr/src/JSDK2.0
>
>Then simply run the following script by typing
>#  sh inst.sh

**this script is at the bottom, edit it to reflect your dir structur if
necessary

>
>DO NOT try to install Apache again or anything else.  Once you have run the
>above script, only make the following changes:
>
>In /usr/local/apache/conf/httpd.conf add the following lines:
>#--------------------------------------------------------------------------

>---------------
>LoadModule jserv_module      libexec/mod_jserv.so
>AddModule mod_serv.c
>
>Include /usr/src/Apache-JServ-1.0b3/example/jserv.conf
>#--------------------------------------------------------------------------

>---------------
>
>In /usr/src/Apache-JServ-1.0b3/example/jserv.conf
>    Comment out the line "LoadModule ..." with "#"

**for a small setting check in at this url.

>
>Look into http://java/apache.org.faq/fom-serve/cache/97.html

>
>(Or maybe just search under the FAQ_o-matic for a document named:
>"DSO Installation of Apache JServ, RH 5.2 and Apache 1.3.3")
>

**this is the inst.sh script

># /bin/sh
># install JServ
>
>APACHE_VERSION="1.3.6"
>APACHE_INSTALL="/usr/local/apache"
>APACHE_SRC="/usr/src/apache_$APACHE_VERSION"
>
>JSERV_SRC="/usr/src/Apache-JServ-1.0b3"
>JSERV_LIB="/usr/local/jserv/lib"
>JSERV_INSTALL="/usr/local/jserv"
>
>JAVA_HOME="/usr/src/jdk117_v1a"
>JDK_HOME=$JAVA_HOME
>JAVA_LIB="$JDK_HOME/lib"
>
>JSDK_HOME="/usr/src/JSDK2.0"
>JSDK_LIB="$JSDK_HOME/lib/jsdk.jar"
>JSDK_SRC="$JSDK_HOME/src"
>
>#First Configure Apache
>cd $APACHE_SRC
>./configure --enable-rule=SHARED_CORE --enable-module=so
>make
>make install
>
>export CLASSPATH="$JAVA_HOME/lib/classes.zip:$JSDK_LIB"
>export
>PATH="/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/src/jdk117_v1a/bin:/usr/src/J
SDK2.0/bin"
>
># Now configure JServ
>cd $JSERV_SRC
>./configure --with-apache-install=$APACHE_INSTALL \
>            --prefix=$JSERV_INSTALL \
>            --enable-apache-conf \
>            --with-jdk-home=$JAVA_HOME \
>            --with-jsdk=$JSDK_LIB
>make
>make install
>
>$APACHE_INSTALL/bin/apachectl start
>
>$APACHE_INSTALL/bin/httpd -l

>Hope that helps
>
>Brahm van Niekerk
>CEO - Elgin Data Development Corporation (PTY) Ltd.
>P.O. Box 641, Ceres, 6835, South Africa
>Tel. 027 83 270 2850, Fax 027 838 270 2850
>mailto:[EMAIL PROTECTED]

**hope that helps for Apache Jserv




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