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

Firstly: If it is loadbalancing You are after - read the documentation.
I do not know your particular needs but in many cases it is a good idea
to use 2 servers in a way that both does HTTP and servlet processing(with all
requests
shared between the 2 machines).

Secondly: It sounds like You haven't had ANY luck with configuring
Apache+jserv
so far. That is why I suggest a different approach and more importantly - urge
You to
read the docs more carefully. Stick with the basics - get a basic apache+jserv
setup working.

The easiest approach if You are unsure about all(or some) of this is to:
1. Install apache+jserv according to documents. They are correct and it will
work if you follow them *exactly*.
2. Test the installation by running a servlet and keeping an eye on logfiles
etc...
3. Now You know(!)  it works this far.
4. Next step is actually to set up same thing on other server and to test this
machine as well.
5. Now You got two working setups. Next step is to redirect servlet processing
to second machine
    that also has Apache+Jserv running.

This might seem like a lot of work - and it could be! BUT this way You have
been systematic
and probably learnt a lot about setting up jserv.

Now You can consider things like what to do to achieve your required
configuration........

Any other ideas anyone?

//OLAS



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