-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
> 1) Will this effect the servlet session keys of current sessions?
yes. those sessions will be lost from memory. you can use the valueUnbound()
methods on your objects to help keep them.
> 2) Will the jserv honour the apachectl command or do I need to rotate
> the servlet server log by copying it and copying in /dev/null?
essentially a kill -HUP httpd will cause the java process to be restarted
assuming that you are running in manual mode on.
for a commercial site, you should turn off logging to the jserv.log file.
-jon
--
--------------------------------------------------------------
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]