> 
> Hello. Does anyone know why this call never completes?
> It used to work under Jserv 1.1.1 / blackdown jdk_117_v3
> 
> // Send the order in an email to the sales admin person
> //
> String command = 
> ("/home/httpd/cgi-bin/ike_send_submitted_order.cgi " +
> userId + " " + userSessionId + " " + siteId);
>   process = runtime.exec(command);

possibly because ike_send_submitted_order.cgi is expecting input
from STDIN and is just sitting there waiting for it?

s

Reply via email to