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

You can run as many jserv-environments and apache-servers as you wish and
your server can handle. But of course every of them needs a unique port
and/or IP-adress.

So you can run one apache (probably your "customer server") on port 80 an
another (maybe your "development server") on port 8080 or whatever you wish.
The same with jserv. You can run onr on the default port 8007 and another on
18007 or whatever you wish. This makes some sense as you can test many
different configurations without major interference to the server, your
customers see.

As you know, you can configure Apache to ask a specially jserv-environment
whith:

 ApJServMount /servlet ajpv12://your.ip.address:port-no/servletzone

Much fun whith further development ;-)
Roland



-----Ursprüngliche Nachricht-----
Von: "Ricardo Bernardes" <[EMAIL PROTECTED]>
An: <[EMAIL PROTECTED]>
Gesendet: Mittwoch, 24. Januar 2001 18:11
Betreff: Autostart & Manual mode in same machine


> ----------------------------------------------------------------
> 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!!!
> ----------------------------------------------------------------
>
>
> Dears Jserv users,
>
> Need I configure an environment with the following:
>
> 1 host, running 1 apache, with multiples JServs using the same zone,
> with
> load balancing.
>
> But, in the same machine I have 2 environments (production and
> development)
>
> My question is:
>
> Can I have 1 jserv running in autostart mode (development) and n jserv
> running in manual mode (production) in the same machine ?
>
> My poor sense talk to me :
>
> "No, you can't do it because you have just 1 apache that read
> just 1 jserv.conf, wich will say that ApJServManual is ON *or* OFF..."
>
> Are they correct ?
>
> Thanks
>
> Ricardo Bernardes
>
> ps: sorry by send this question before try. But I'm new in this
> subject and I can't make tryings here.
>
>
>
>
> --
> --------------------------------------------------------------
> 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