Hello,
Please see my problem below.
> Andreas Schildbach wrote:
> > ...
> > I installed JServ 1.0 on a Linux 2.2.5 system using Apache 1.3.4 and
> > Blackdown JDK 1.2 pre2.
> >
> > By default, Apache starts with 5 instances (processes).
> >
> > The strange thing is, the JVM is being loaded 5 times, too!...
Craig R. McClanahan wrote:
> ...
> It's really simple ... just ignore the output of the "ps" command :-)
>
> The problem is that "ps" sometimes (always?) shows multithreaded processes
> (like the JVM when you run Apache JServ) as if each thread were a separate
> process, when they are really not. If you are starting Apache JServ
> automatically in your configuration (ApJServManual off), there is really only
> one process there.
I seem to have a related problem. In jserv.log I get the following
report:
...(wrapper): VM died too many times w/in 5 second intervals (6); no more tries
Yet the example servlet works, so there must be an attempt by each
surplus JVM instance to start a new servletrunner. Is this so?
Otherwise, I guess I'll need to hunt down the error.
Thanks,
[EMAIL PROTECTED]
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]