Hello, I am trying to start/stop a java program using PHP 4.04 on RH6.2. I can successfully start the program using: exec("/usr/bin/nohup /home/itrades/bin/startserver >/dev/null 2>&1 &") But when I revisit the page or refresh the page the web server hangs until I kill the java program. Can someone tell me why or provide a solution for controlling applications via PHP. Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]