Roberto B. at [EMAIL PROTECTED] wrote:
> 
> I setup the httpd.conf like you do. I setup the server.xml as at first
> installation.
> I deleted the log file ( of apache and tomcat) then I rebooted the system.
> I have seen the log after reboot and....

Rebooted the system? WHY? Can't you just stop-and-restart? I thought you
were using Linux (Pier has an uptime of 628 days on one old Linux box in
Italy!)

> catalina.out:
> 
> Starting service Tomcat-Standalone
> Apache Tomcat/4.0-b6
> Starting service Tomcat-Apache
> Apache Tomcat/4.0-b6

That's right...

> apache error log:
> 
> [Tue Aug 21 18:52:10 2001] [notice] caught SIGTERM, shutting down
> [Tue Aug 21 18:54:04 2001] [error] Connection "conn" cannot connect
> [Tue Aug 21 18:54:04 2001] [error] Cannot open connection "conn"
> [Tue Aug 21 18:54:04 2001] [error] Connection "conn" cannot connect
> [Tue Aug 21 18:54:04 2001] [error] Cannot open connection "conn"
> [Tue Aug 21 18:54:04 2001] [error] Connection "conn" cannot connect
> [Tue Aug 21 18:54:04 2001] [error] Cannot open connection "conn"
> [Tue Aug 21 18:54:04 2001] [error] Connection "conn" cannot connect
> [Tue Aug 21 18:54:04 2001] [error] Cannot open connection "conn"
> [Tue Aug 21 18:54:04 2001] [error] Connection "conn" cannot connect
> [Tue Aug 21 18:54:04 2001] [error] Cannot open connection "conn"
> [Tue Aug 21 18:54:04 2001] [notice] Apache/1.3.9 (Unix) Debian/GNU
> configured -- resuming normal operations
> [Tue Aug 21 18:54:04 2001] [notice] suEXEC mechanism enabled (wrapper:
> /usr/lib/apache/suexec)
> 
> maybe the problem is the warp connector??

Ever tried doing a kill -HUP [your httpd PID goes here]????

That should reset the connection which (I believe) is not opened in your
server since you start everything from your RC scripts (without checking if
everything RUNS before running other stuff)...

FWICS, the WARP connector is working perfectly...

    Pier

Reply via email to