Hi,

I am trying to create a jsp page. This page will use java bean class  to execute
a system dependent command. At first I used a main function to test my code
which will exec the command. It worked fine. But when I used jsp page to call
this bean class, it seems that the process created by runtime.exec(cmd) has been
blocked somehow. I don't know why. The code is exactly the same, but why it was
blocked when I called it in a jsp page while it is ok if called by my dummy main
function.

Your help will be highly appreciated.
My email address is: [EMAIL PROTECTED]

Tiana

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to