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

Hi Willem

Well when you download the Jserv 1.1.2 it gives you instructions how to
configure JServ with Apache. Anyway here is what I usually send to people
when they have trouble with the instructions. it describes exactly what I
do to install on my Linux system.

>> My apache source is  /usr/local/apache_1.3.12  
>> I want the compiled virsion install in
>> /usr/local/apache
>> My Jserv source is in /usr/local/ApacheJServ-1.1.2
>> 
>> 1) Change to /usr/local/apache_1.3.12
>>  2) ./configure \
>>        --prefix=/usr/local/apache
>>   make
>>   make install
>> 
>> 3) Change to jserv source directory 
>> /usr/local/ApacheJServ-1.1.2
>> 
>> 4)  ./configure \
>>   --prefix=/usr/local/jserv \
>>   --with-apache-src=/usr/local/apache_1.3.12 \
>>   --with-jdk-home=/usr/local/jdk1.2.2 \
>>   --with-JSDK=/usr/local/JSDK2.0/lib/jsdk.jar \
>>   --enable-EAP
>> 
>> make
>> make install
>> 
>> 5)  Change back to /usr/local/apache_1.3.12 direcory
>> and configure it like
>> this:
>> 
>> ./configure \
>>         --prefix=/usr/local/apache
>>        
>> --activate-module=src/modules/jserv/libjserv.a
>>     make
>>     make install
>> 
>> That's it.
>> 
>> now run /usr/local/apache/bin/apachectl start    and
>> it will probably
>> report a config error regarding your host name ir
>> soemthing. Or it may
>> just run. Either way you then have to configure the
>> server in
>> /usr/local/apache/conf/httpd.conf.
>> 
>> Follow the jserv docs as to how to get it up and
>> running, but the
>> configure and compile I gave you above  compiles
>> jserv into apache


On Wed, 16 Aug 2000 09:40:58 +0200, willem wrote:

>----------------------------------------------------------------
>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!!!
>----------------------------------------------------------------
>
>well thanks for the reply's, english is indeed no my native
>language(sorry don't know any good spell sheckers for linux).
>
>well I sal send my question agian:-)
>
>wher can I find good doc's about that?
>
>
>I would like to install apache and jserv on two diffrent 
>machien's and I can't find any good docs on java.apache.org 
>the install doc's doesn't handel this topic and maybe the 
>Using Apache JServ 1.0 doc handles it but I can't download
>it so that is not an option for me abaut it(if there are 
>I'm verry sorry and will you please point me to them?)
>
>as far as I'm now is 
>I un packed the packes
>cd in to the dir
>and configure blablabla
>this is an copy and past:"
>configure --prefix=/usr/local/jserv
>--with-apxs=/usr/local/apache/bin/apxs
>--with-jdk-home=/usr/local/jdk118_v1
>--with-JSDK=/usr/local/jsdk/lib/jsdk.jar --disable-debugging"
>
>make and than go in the src dir 
>
>there the ls is something like this:
>Makefile  Makefile.am  Makefile.in  README  c/  java/  scripts/
>
>then I cd in to the java dir to install the jserv server
>
>and in to the C dir to install mod_jserv
>
>I'm I correct so far?
>
>
>--
>--------------------------------------------------------------
>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