mailto:[EMAIL PROTECTED]
Sent: 15 January 2007 05:39
To: Tomcat Users List
Subject: Re: Runtime.getRuntime.exec() problem
hui zhang wrote:
Zack Grafton wrote:
hui zhang wrote:
Zack Grafton wrote:
hui zhang wrote:
Hi Everybody,
Now I am trying to launc
Zack Grafton wrote:
hui zhang wrote:
Zack Grafton wrote:
hui zhang wrote:
Hi Everybody,
Now I am trying to launch an external application, for example,
"top" ,in my web application, and killing it by PID after a while.
But when I execute Runtime.getRuntime.exec("top"
Zack Grafton wrote:
hui zhang wrote:
Hi Everybody,
Now I am trying to launch an external application, for example, "top"
,in my web application, and killing it by PID after a while. But when
I execute Runtime.getRuntime.exec("top") in my JSP page or Servlet,
Tomcat is st
Hi Everybody,
Now I am trying to launch an external application, for example, "top"
,in my web application, and killing it by PID after a while. But when I
execute Runtime.getRuntime.exec("top") in my JSP page or Servlet, Tomcat
is stuck in that page and do not display anything because it can