--


Hi

I have installed apache-jserv1_0b5 with apache 1.3.6 on redhat linux 5.2.
All works well until I start getting the following message in the
error_log file.

"ApacheJServ/1.0b5: Exception creating the server
socket:java.net.BindException: Address already in use"

This problem appears to manifest immediately after the weekly logrotation
cron job runs.

/var/log/httpd/access_log {
    postrotate
        /usr/bin/killall -HUP httpd
    endscript
}
/var/log/httpd/agent_log {
    postrotate
        /usr/bin/killall -HUP httpd
    endscript
}
/var/log/httpd/error_log {
    postrotate
        /usr/bin/killall -HUP httpd
    endscript
}
/var/log/httpd/referer_log {
    postrotate
        /usr/bin/killall -HUP httpd
    endscript
}
How can I stop these messages appearing yet still rotate log files?

Cheers

-John



--
--------------------------------------------------------------
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]

Reply via email to