----------------------------------------------------------------
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!!!
----------------------------------------------------------------
Hello B.,
Thursday, January 20, 2000, 12:17:59 AM, you wrote:
if your JavaVM is restarting, you should see
[18/01/2000 14:04:23:826] (INFO) wrapper: Java Virtual Machine crashed
[18/01/2000 14:04:23:826] (INFO) wrapper: Java Virtual Machine started (PID=1396)
[18/01/2000 14:04:24:627] (INFO) wrapper: Java Virtual Machine crashed
[18/01/2000 14:04:24:637] (INFO) wrapper: Java Virtual Machine started (PID=1404)
inside mod_jser.log file
are you sure that JServ calls init() method of the SAME servlet (same
Java object) more than once ? it is possible that more than one
instance of the same servlet class are running at the same time and if
you change the servlet .class file, JServ will reload the servlet
class and initialize the servlet again (but that is different Java
object too)
BF> Also, what's confusing me is that JServ *does* appear to be restarting. The
BF> logs show nothing (except Apache error_log shows "premature end of script
BF> headers", which I also find mysterious). All my servlets' init() methods
BF> are being called again after this.
--
Best regards,
Ivan mailto:[EMAIL PROTECTED]
--
--------------------------------------------------------------
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]