From: <php...@li...> - 2006-03-08 19:15:17
|
Hi, > I must to kill all the > instances of java bridge > because if i restart Apache don't restart > php-java-bridge. I think this depends on how you restart apache. When you use apachectl restart or service httpd restart, apache runs the registered php shutdown procedures ("MSHUTDOWN()"), which will shut down the associated java backend. If that fails, it may indicate that apache is not able to shutdown properly. Doing an strace -s1024 /usr/sbin/httpd -X 2>/tmp/apache.log & kill -1 <apache-pid> should give some insight. Regards, Jost Boekemeier ___________________________________________________________ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de |