----------------------------------------------------------------
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!!!
----------------------------------------------------------------
I don't see any of this in the mod_jserv.log file. Here are the errors in
mod_jserv.log:
[20/01/2000 10:24:52:089] (EMERGENCY) ajp12[1]: cannot scan servlet head
ers (500)
[20/01/2000 10:24:52:089] (ERROR) an error returned handling request via
protocol "ajpv12"
[20/01/2000 10:24:52:092] (EMERGENCY) ajp12[1]: cannot scan servlet head
ers (500)
[20/01/2000 10:24:52:093] (ERROR) an error returned handling request via
protocol "ajpv12"
... repeated numerous times (during which period Apache reports internal
server error). After that, init() methods are called again, although
demonstrably *NOT* the same servlet (different object address).
It may be that JServ isn't restarting, but if so, then JServ is
reinitializing all my servlets, which is similarly a bad thing.
Thanks,
Ben Flaumenhaft.
>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]
--
--------------------------------------------------------------
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]