The following reply was made to PR mod_jserv/4320; it has been noted by GNATS.
From: "jon *" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: mod_jserv/4320: JVM dies when logging set to true Date: Wed, 28 Apr 1999 11:48:16 -0700 > > I've just installed and tested the Apache Jserv and it's working great. But when > I set logging in jserv.properties to true the JVM will not start. The log on the > other hand works and tells me JVM died too many times. > > If I set log to false everything works again. When I do ps ax after I started > the server a pidnr says (java <zombie>) for a couple of secs and then go > away. > > I've not had this problem with previous versions of Apache JServ. the problem is that the JVM does not have write perms to the file so it is dying. of course this should be handled more gracefully, but it isn't rightnow. ;-( -jon