----------------------------------------------------------------
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!!!
----------------------------------------------------------------
Sorry can't give you the exact answer to your question, but
you can have an automatic restart also in manual mode. The only
thing you have to do is to use a simple start script like:
#!/bin/ksh
while [ 1 == 1 ]
do
startVmNotInBackground
done
Each time the VM crashes it will be restarted.
Hope this helps
Joachim
[EMAIL PROTECTED] 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!!!
> ----------------------------------------------------------------
>
> Sorry, let me rephrase that. Is it possible to have
> JServ run 2 VM's while in automatic mode? I'd like
> JServ to restart the VM's independently in case
> one crashes. This is due to one unstable servlet which
> I'd like to separate from 3 stable.
>
> Thanks,
>
> Morten
>
> "[EMAIL PROTECTED]" 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!!!
> > ----------------------------------------------------------------
> >
> > Works for me:
> >
> > You need to:
> >
> > o) configure JServ to be started manually
> > # Whether Apache must start Apache JServ or not (On=Manual
> > Off=Autostart)
> > # Syntax: ApJServManual [on/off]
> > # Default: "Off"
> >
> > o) configure 2 mount points which different ports
> > ApJServMount /test :8008/testzone
> > ApJServMount /servlet :8007/root
> >
> > o) fire 2 VM up
> >
> > Regards
> > Joachim
> >
> > p.s: Look in the apache docs. There is good PDF document describing this
> > stuff
> > in detail.
> >
> > [EMAIL PROTECTED] 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!!!
> > > ----------------------------------------------------------------
> > >
> > > Hi
> > >
> > > Is it possible to have JServ use eg. 2 JVMs where
> > > you configure which Servlets go in which JVM? Problem
> > > is, I have 3 rock steady servlets and one rickety
> > > but large servlet. I do not want the 3 steady
> > > servlets to restart when the 4th has to be.
> > >
> > > I reckon I'll need 2 apache installations and
> > > some rewriting scheme, but I hope I'm wrong.
> > >
> > > Thanks in advance
> > >
> > > Morten
> > >
> > > --
> > > Morten Primdahl Caput ApS Tel +45 33 12 24 42
> > > [EMAIL PROTECTED] Nygade 6 Fax +45 33 91 24 42
> > > http://www.caput.com DK-1164 Kbh K
> > >
> > > --
> > > --------------------------------------------------------------
> > > Please read the FAQ! <http://java.apache.org/faq/>
> > > To subscribe: [EMAIL PROTECTED]
> > > To unsubscribe: [EMAIL PROTECTED]
> > > Archives and Other: <http://java.apache.org/main/mail.html>
> > > Problems?: [EMAIL PROTECTED]
> >
> > --
> > -----------------------------------------------------------------------
> > Joachim Fricker mailto:[EMAIL PROTECTED]
> > UBS, CH - 8098 Zuerich, Tel: +41 +1 236 0996, Fax: +41 +1 236 8707
> > ------------------------------------------------------------------------
> >
> > --
> > --------------------------------------------------------------
> > Please read the FAQ! <http://java.apache.org/faq/>
> > To subscribe: [EMAIL PROTECTED]
> > To unsubscribe: [EMAIL PROTECTED]
> > Archives and Other: <http://java.apache.org/main/mail.html>
> > Problems?: [EMAIL PROTECTED]
>
> --
> Morten Primdahl Caput ApS Tel +45 33 12 24 42
> [EMAIL PROTECTED] Nygade 6 Fax +45 33 91 24 42
> http://www.caput.com DK-1164 Kbh K
>
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Archives and Other: <http://java.apache.org/main/mail.html>
> Problems?: [EMAIL PROTECTED]
--
-----------------------------------------------------------------------
Joachim Fricker mailto:[EMAIL PROTECTED]
UBS, CH - 8098 Zuerich, Tel: +41 +1 236 0996, Fax: +41 +1 236 8707
------------------------------------------------------------------------
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]