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

Now I see what you are trying to do.

You run Apache on Machine A and JServ on Machine B. 

Basically you run your JServ in Manual mode on Machine B. And in
JServ.conf you point your ApJServMount  Machine A.  Have a look in
JServ.conf and read the docs there. Also if you look in the FAQ at
java.apache.org  about load balancing to get a better idea of how JServ
uses  the ajpv12 protocol to communicate. 

In simple terms, if you create a Zone root you on the local machine you
have this:

ApJServMount /servlets /root

This sytnax is is using the default JServ properties of localhost and the
port no

If you want to point a zone at another machine:

# Example: "ApJServMount /servlets
ajpv12://jserv.mydomain.com:15643/myServlets"
#  if user requests "http://host/servlets/TestServlet" the servlet
#  "TestServlet" in zone "myServlets" on host "jserv.mydomain.com" using
#  "ajpv12" protocol on port "15643" will be executed


Quoted directly from jserv.conf.

Also rememebr the bindaddress setting.

Hope that give you a start, I don't have time to explain it more now..
have to earn a living you know.. but I think there should be enough there
to get you going.

Chris



>oaky I see I need to be more precise
>I want to install apache on one computer and the servlet engine
>on an other one
>but I can't find what the servlet engine is and what the mod is needed
>by apache to comunicate with it. 
>My devinistion of the hole storry
>
>- mod_jserv: I thing that is mod used by apache used to comucate
>       with the servlet server
>
>-Apache JServ: I thing this is the servlet server
>
>now apache jserv needs to be installt on a diffrent server as mod_jserv
>I know you can do it but can't find doc's about how!
>
>
>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]
>




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